Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
877 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  unsigned int count_t;
11
typedef  unsigned int eflags_t;
12
13
 
881 serge 14
877 serge 15
 
881 serge 16
#define  FALSE (Bool)0
17