mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 01:18:08 +07:00
67a5135a64
Replace the old license information with the corresponding SPDX license. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
15 lines
429 B
C
15 lines
429 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* vivid-kthread-cap.h - video/vbi capture thread support functions.
|
|
*
|
|
* Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _VIVID_KTHREAD_CAP_H_
|
|
#define _VIVID_KTHREAD_CAP_H_
|
|
|
|
int vivid_start_generating_vid_cap(struct vivid_dev *dev, bool *pstreaming);
|
|
void vivid_stop_generating_vid_cap(struct vivid_dev *dev, bool *pstreaming);
|
|
|
|
#endif
|