ReactOS
0.4.16-dev-329-g9223134
types.h
Go to the documentation of this file.
1
#ifndef _LINUX_TYPES_H
2
#define _LINUX_TYPES_H
3
4
#define __bitwise__
5
// #define __attribute__(x)
6
7
#define u8 unsigned char
8
#define u16 unsigned short
9
#define u32 unsigned long
10
#define u64 ULONGLONG
11
12
#define __u8 unsigned char
13
#define __u16 unsigned short
14
#define __le16 unsigned short
15
#define __u32 unsigned long
16
#define __le32 unsigned long
17
#define __u64 ULONGLONG
18
19
#endif
/* _LINUX_TYPES_H */
sdk
lib
drivers
virtio
linux
types.h
Generated on Sun Dec 8 2024 06:14:26 for ReactOS by
1.9.6