mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-11 04:45:51 +07:00
![Hans Verkuil](/assets/img/avatar_default.png)
We never use _ in directory names in the media subsystem, so rename to test-drivers instead for consistency. Also update MAINTAINERS with the new path. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
15 lines
428 B
C
15 lines
428 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* vivid-kthread-out.h - video/vbi output thread support functions.
|
|
*
|
|
* Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _VIVID_KTHREAD_OUT_H_
|
|
#define _VIVID_KTHREAD_OUT_H_
|
|
|
|
int vivid_start_generating_vid_out(struct vivid_dev *dev, bool *pstreaming);
|
|
void vivid_stop_generating_vid_out(struct vivid_dev *dev, bool *pstreaming);
|
|
|
|
#endif
|