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