18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * vivid-kthread-cap.h - video/vbi capture thread support functions. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#ifndef _VIVID_KTHREAD_CAP_H_ 88c2ecf20Sopenharmony_ci#define _VIVID_KTHREAD_CAP_H_ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciint vivid_start_generating_touch_cap(struct vivid_dev *dev); 118c2ecf20Sopenharmony_civoid vivid_stop_generating_touch_cap(struct vivid_dev *dev); 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif 14