summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/c_output.h
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/Source/c_output.h')
-rw-r--r--AT91SAM7S256/Source/c_output.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/AT91SAM7S256/Source/c_output.h b/AT91SAM7S256/Source/c_output.h
new file mode 100644
index 0000000..e3d7c43
--- /dev/null
+++ b/AT91SAM7S256/Source/c_output.h
@@ -0,0 +1,31 @@
+//
+// Date init 14.12.2004
+//
+// Revision date $Date:: 16-05-06 12:13 $
+//
+// Filename $Workfile:: c_output.h $
+//
+// Version $Revision:: 6 $
+//
+// Archive $Archive:: /LMS2006/Sys01/Main/Firmware/Source/c_output.h $
+//
+// Platform C
+//
+
+#ifndef C_OUTPUT
+#define C_OUTPUT
+
+typedef struct
+{
+ UBYTE TimeCnt;
+ UBYTE Tmp;
+}VARSOUTPUT;
+
+void cOutputInit(void* pHeader);
+void cOutputCtrl(void);
+void cOutputExit(void);
+void cOutputUpdateIomap(void);
+
+extern const HEADER cOutput;
+
+#endif