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

 File name : fci_oal.h

 Description : OS Adatation Layer header

 History :
 ----------------------------------------------------------------------
 2009/09/13	jason		initial
*******************************************************************************/

#ifndef __FCI_OAL_H__
#define __FCI_OAL_H__

#ifdef __cplusplus
extern "C" {
#endif

extern void PRINTF(HANDLE hDevice, char *fmt, ...);
extern void msWait(int ms);

#ifdef __cplusplus
}
#endif

#endif