-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsys_prv.h
28 lines (25 loc) · 1.01 KB
/
sys_prv.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
/**************************************************************************
*
* FILE NAME: system.h
* FILE DESCRIPTION: System private declarations
*
* 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 __SYSTEM_PRV_H_
#define __SYSTEM_PRV_H_
#include "sys.h"
#endif /* __SYSTEM_PRV_H_ */