summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/c_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/c_display.h')
-rw-r--r--AT91SAM7S256/Source/c_display.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/AT91SAM7S256/Source/c_display.h b/AT91SAM7S256/Source/c_display.h
deleted file mode 100644
index 56b6744..0000000
--- a/AT91SAM7S256/Source/c_display.h
+++ /dev/null
@@ -1,43 +0,0 @@
-//
-// Programmer
-//
-// Date init 14.12.2004
-//
-// Reviser $Author:: Dkandlun $
-//
-// Revision date $Date:: 14-11-07 12:40 $
-//
-// Filename $Workfile:: c_display.h $
-//
-// Version $Revision:: 1 $
-//
-// Archive $Archive:: /LMS2006/Sys01/Main_V02/Firmware/Source/c_disp $
-//
-// Platform C
-//
-
-#ifndef C_DISPLAY
-#define C_DISPLAY
-
-#ifndef INCLUDE_OS
-
-typedef struct
-{
- UBYTE *DisplaySave;
- BMPMAP *pOldBitmaps[BITMAPS];
- UBYTE ErasePointer;
- UBYTE UpdatePointer;
-}VARSDISPLAY;
-
-#endif
-
-
-void cDisplayInit(void* pHeader);
-void cDisplayCtrl(void);
-void cDisplayExit(void);
-
-
-extern const HEADER cDisplay;
-
-
-#endif