aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/isdbt/fc8150/fc8150_bb.h
blob: 696c62123d15ea73ec9e8b8aadfde08cefe6b81b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*****************************************************************************
 Copyright(c) 2012 FCI Inc. All Rights Reserved

 File name : fc8150_bb.h

 Description : API of 1-SEG baseband module

*******************************************************************************/


#ifndef __FC8150_BB__
#define __FC8150_BB__

#include "fci_types.h"

extern int fc8150_reset(HANDLE hDevice);
extern int fc8150_probe(HANDLE hDevice);
extern int fc8150_init(HANDLE hDevice);
extern int fc8150_deinit(HANDLE hDevice);
extern int fc8150_scan_status(HANDLE hDevice);

#endif