blob: 196325d7090abbc4b188aa5bf080c710179376de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* PARSEC HEADER: sys_glob.h
*/
#ifndef _SYS_GLOB_H_
#define _SYS_GLOB_H_
// ----------------------------------------------------------------------------
// SYSTEM SUBSYSTEM (SYS) related global declarations and definitions -
// ----------------------------------------------------------------------------
#endif // _SYS_GLOB_H_
|