xref: /openbmc/linux/drivers/media/test-drivers/vivid/vivid-kthread-cap.h (revision 4464005a12b5c79e1a364e6272ee10a83413f928)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * vivid-kthread-cap.h - video/vbi capture thread support functions.
4  *
5  * Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
6  */
7 
8 #ifndef _VIVID_KTHREAD_CAP_H_
9 #define _VIVID_KTHREAD_CAP_H_
10 
11 int vivid_start_generating_vid_cap(struct vivid_dev *dev, bool *pstreaming);
12 void vivid_stop_generating_vid_cap(struct vivid_dev *dev, bool *pstreaming);
13 
14 #endif
15