aboutsummaryrefslogtreecommitdiffhomepage
path: root/AT91SAM7S256/Source/c_ioctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/c_ioctrl.h')
-rw-r--r--AT91SAM7S256/Source/c_ioctrl.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/AT91SAM7S256/Source/c_ioctrl.h b/AT91SAM7S256/Source/c_ioctrl.h
deleted file mode 100644
index 5ad4c8f..0000000
--- a/AT91SAM7S256/Source/c_ioctrl.h
+++ /dev/null
@@ -1,28 +0,0 @@
-//
-// Date init 14.12.2004
-//
-// Revision date $Date:: 14-11-07 12:40 $
-//
-// Filename $Workfile:: c_ioctrl.h $
-//
-// Version $Revision:: 1 $
-//
-// Archive $Archive:: /LMS2006/Sys01/Main_V02/Firmware/Source/c_ioct $
-//
-// Platform C
-//
-
-#ifndef C_IOCTRL
-#define C_IOCTRL
-
-typedef struct
-{
- UBYTE Tmp;
-}VARSIOCTRL;
-
-void cIOCtrlInit(void* pHeader);
-void cIOCtrlCtrl(void);
-void cIOCtrlExit(void);
-
-extern const HEADER cIOCtrl;
-#endif