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

 File name : fc8100_isr.c

 Description : API of dmb baseband module

 History :
 ----------------------------------------------------------------------
 2009/12/11	ckw		initial
*******************************************************************************/

#ifndef __FC8000_ISR__
#define __FC8000_ISR__

#ifdef __cplusplus
extern "C" {
#endif

#include "fci_types.h"

extern u32 gUserData;
extern int (*pCallback)(u32 userdata, u8 *data, int length);

extern void fc8100_isr(HANDLE hDevice);

#ifdef __cplusplus
}
#endif

#endif