aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/isdbt/fc8100/fc8100_bb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/isdbt/fc8100/fc8100_bb.h')
-rw-r--r--drivers/media/isdbt/fc8100/fc8100_bb.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/drivers/media/isdbt/fc8100/fc8100_bb.h b/drivers/media/isdbt/fc8100/fc8100_bb.h
deleted file mode 100644
index db7a414..0000000
--- a/drivers/media/isdbt/fc8100/fc8100_bb.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/*****************************************************************************
- 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