aboutsummaryrefslogtreecommitdiff
path: root/ATmega48/Source/d_armcomm.h
blob: 416753e43706ed15ff2e9a0af0e25b4b47601f88 (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
//
// Programmer      
//
// Date init       14.12.2004
//
// Reviser         $Author:: Dktochpe                                        $
//
// Revision date   $Date:: 28-10-05 13:46                                    $
//
// Filename        $Workfile:: d_armcomm.h                                   $
//
// Version         $Revision:: 4                                             $
//
// Archive         $Archive:: /LMS2006/Sys01/Ioctrl/Firmware/Source/d_armcom $
//
// Platform        C
//


#ifndef   D_ARMCOMM
#define   D_ARMCOMM

void      dArmCommInit(void);
UBYTE     dArmCommCheck(void);
UBYTE     dArmCommCopyRight(void);
void      dArmCommExit(void);

#endif