]> Git Repo - linux.git/blob - drivers/media/pci/ddbridge/ddbridge-max.h
arm64: avoid prototype warnings for syscalls
[linux.git] / drivers / media / pci / ddbridge / ddbridge-max.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * ddbridge-max.h: Digital Devices bridge MAX card support
4  *
5  * Copyright (C) 2010-2017 Digital Devices GmbH
6  *                         Ralph Metzler <[email protected]>
7  *                         Marcus Metzler <[email protected]>
8  */
9
10 #ifndef _DDBRIDGE_MAX_H_
11 #define _DDBRIDGE_MAX_H_
12
13 #include "ddbridge.h"
14
15 /******************************************************************************/
16
17 int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm);
18 int ddb_fe_attach_mxl5xx(struct ddb_input *input);
19 int ddb_fe_attach_mci(struct ddb_input *input, u32 type);
20
21 #endif /* _DDBRIDGE_MAX_H_ */
This page took 0.033495 seconds and 4 git commands to generate.