Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1029 serge 1
 
2
3
 
4
 
5
typedef  unsigned short int   u16_t;
6
typedef  unsigned int         u32_t;
7
typedef  unsigned long long   u64_t;
8
9
 
10
typedef  signed short int   i16_t;
11
12
 
13
14
 
15
typedef  unsigned int count_t;
16
typedef  unsigned int eflags_t;
17
18
 
19
20
 
21
#define  FALSE (Bool)0
22