ddbridge-max.h (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) ddbridge-max.h (e552684809d601c9a6109a73322c816ce1de10bd)
1/*
2 * ddbridge-max.h: Digital Devices bridge MAX card support
3 *
4 * Copyright (C) 2010-2017 Digital Devices GmbH
5 * Ralph Metzler <rjkm@metzlerbros.de>
6 * Marcus Metzler <mocm@metzlerbros.de>
7 *
8 * This program is free software; you can redistribute it and/or

--- 11 unchanged lines hidden (view full) ---

20#define _DDBRIDGE_MAX_H_
21
22#include "ddbridge.h"
23
24/******************************************************************************/
25
26int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm);
27int ddb_fe_attach_mxl5xx(struct ddb_input *input);
1/*
2 * ddbridge-max.h: Digital Devices bridge MAX card support
3 *
4 * Copyright (C) 2010-2017 Digital Devices GmbH
5 * Ralph Metzler <rjkm@metzlerbros.de>
6 * Marcus Metzler <mocm@metzlerbros.de>
7 *
8 * This program is free software; you can redistribute it and/or

--- 11 unchanged lines hidden (view full) ---

20#define _DDBRIDGE_MAX_H_
21
22#include "ddbridge.h"
23
24/******************************************************************************/
25
26int ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm);
27int ddb_fe_attach_mxl5xx(struct ddb_input *input);
28int ddb_fe_attach_mci(struct ddb_input *input);
28int ddb_fe_attach_mci(struct ddb_input *input, u32 type);
29
30#endif /* _DDBRIDGE_MAX_H */
29
30#endif /* _DDBRIDGE_MAX_H */