summaryrefslogtreecommitdiffstats
path: root/api/Fitipower_FC0012.h
blob: 7b9469297ded62be4d83c11ad111f478a1d21757 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/**
 * @(#)Fitipower_FC0012.h
 *
 * ==========================================================
 * Version: 2.0
 * Date:    2008.09.17
 * ==========================================================
 *
 * ==========================================================
 * History:
 *
 * Date         Author      Description
 * ----------------------------------------------------------
 *
 * 2008.09.17   Benny Chen  added tuner version
 * ==========================================================
 *
 * Copyright 2008 Afatech, Inc. All rights reserved.
 *
 */


#ifndef __Fitipower_FC0012_H__
#define __Fitipower_FC0012_H__


#define FC0012_VER_MAJOR    2
#define FC0012_VER_MINOR    0

extern TunerDescription tuner_FC0012;


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


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


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