aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/isdbt/fc8100/fc8100_bb.h
blob: db7a414688788be65f18b20026b434c6f70f1808 (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
/*****************************************************************************
 Copyright(c) 2009 FCI Inc. All Rights Reserved

 File name : fc8100_bb.h

 Description : baseband header file

 History :
 ----------------------------------------------------------------------
 2009/09/29	bruce		initial
*******************************************************************************/

#ifndef __FC8100_BB_H__
#define __FC8100_BB_H__

#ifdef __cplusplus
extern "C" {
#endif

extern int fc8100_reset(HANDLE hDevice);
extern int fc8100_probe(HANDLE hDevice);
extern int fc8100_init(HANDLE hDevice);
extern int fc8100_deinit(HANDLE hDevice);

#ifdef __cplusplus
}
#endif

#endif