perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git] / drivers / media / platform / vivid / vivid-kthread-out.h
blobd5bcf44bbaca7d983c0a61f23d30cfcb1285c8a7
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * vivid-kthread-out.h - video/vbi output thread support functions.
5 * Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
6 */
8 #ifndef _VIVID_KTHREAD_OUT_H_
9 #define _VIVID_KTHREAD_OUT_H_
11 int vivid_start_generating_vid_out(struct vivid_dev *dev, bool *pstreaming);
12 void vivid_stop_generating_vid_out(struct vivid_dev *dev, bool *pstreaming);
14 #endif