-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain.h
25 lines (22 loc) · 866 Bytes
/
main.h
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
/**************************************************************************
*
* FILE NAME: main.h
* FILE DESCRIPTION: main header
* FILE CREATION DATE: 28-08-09
*
*==========================================================================
* This document contains confidential information which is protected by copyright
* and is proprietary. No part of this document may be used, copied, disclosed,
* or conveyed to another party without prior written consent of its owner
***************************************************************************
*
* Modification history:
* --------------------
* 01a,28aug09 erd written
*
***************************************************************************/
#ifndef __MAIN_H_
#define __MAIN_H_
#include "sysdef.h"
#include "sys.h"
#endif /* __MAIN_H_ */