summaryrefslogtreecommitdiffstats
path: root/api/Philips_TDA18271_C2.h
blob: 051d64170d413ec02d6a28099ea3b8e35520ed83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/**
 * @(#)Philips_TDA18271_C2.h
 *
 * Copyright 2007 Afatech, Inc. All rights reserved.
 */
#ifndef __Philips_TDA18271_C2_H__
#define __Philips_TDA18271_C2_H__

#define TDA18271_C2_VER_MAJOR        1
#define TDA18271_C2_VER_MINOR        0

extern TunerDescription tuner_TDA18271_C2;


/**
 *
 */
Dword TDA18271_C2_open (
	IN  Demodulator*	demodulator,
	IN  Byte			chip
);


/**
 *
 */
Dword TDA18271_C2_close (
	IN  Demodulator*	demodulator,
	IN  Byte			chip
);


/**
 *
 */
Dword TDA18271_C2_set (
	IN  Demodulator*	demodulator,
	IN  Byte			chip,
    IN  Word			bandwidth,
    IN  Dword			frequency
);
#endif