cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

vivid-kthread-touch.h (315B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * vivid-kthread-cap.h - video/vbi capture thread support functions.
      4 *
      5 */
      6
      7#ifndef _VIVID_KTHREAD_CAP_H_
      8#define _VIVID_KTHREAD_CAP_H_
      9
     10int vivid_start_generating_touch_cap(struct vivid_dev *dev);
     11void vivid_stop_generating_touch_cap(struct vivid_dev *dev);
     12
     13#endif