aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/Source/c_output.h
blob: 14faa2c153eb60a29f2f51e9c7b1a6c1e32a003b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
//
// Date init       14.12.2004
//
// Revision date   $Date:: 14-11-07 12:40                                    $
//
// Filename        $Workfile:: c_output.h                                    $
//
// Version         $Revision:: 1                                             $
//
// Archive         $Archive:: /LMS2006/Sys01/Main_V02/Firmware/Source/c_outp $
//
// 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