summaryrefslogtreecommitdiffstats
path: root/api/Philips_TDA18271_C2_Askey.h
blob: 63e745a0b4865a8b1cce096558964853a2c73fcf (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_Askey.h
 *
 * Copyright 2007 Afatech, Inc. All rights reserved.
 */
#ifndef __Philips_TDA18271_C2_Askey_H__
#define __Philips_TDA18271_C2_Askey_H__

#define TDA18271_C2_Askey_VER_MAJOR        2
#define TDA18271_C2_Askey_VER_MINOR        0

extern TunerDescription tuner_TDA18271_C2_Askey;


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


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


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