-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsysdef.h
35 lines (30 loc) · 1.13 KB
/
sysdef.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
26
27
28
29
30
31
32
33
34
35
/**************************************************************************
*
* FILE NAME: sysdef.h
* FILE DESCRIPTION: System definitions
*
* FILE CREATION DATE: 24-05-2004
*
*==========================================================================
* Copyright (c) 2004 NIR Diagnostics Inc., Ontario, Canada
*
* This document contains confidential information which is protected by
* copyright and is proprietary to NIR Diagnostics Inc., Ontario, Canada. No part
* of this document may be used, copied, disclosed, or conveyed to another
* party without prior written consent of NIR Diagnostics Inc., Ontario, Canada.
***************************************************************************
*
* Modification history:
* --------------------
* 01a,24may03 erd written
*
***************************************************************************/
#ifndef __SYSDEF_H_
#define __SYSDEF_H_
// include all pic related stuff
#include <htc.h>
// include special types (uint_8 etc)
#include "types.h"
// include common utilities
#include "common.h"
#endif /* __SYSDEF_H_ */