Lines 30-48
Link Here
|
30 |
#include <string.h> |
30 |
#include <string.h> |
31 |
#include <unistd.h> |
31 |
#include <unistd.h> |
32 |
#include <sys/types.h> |
32 |
#include <sys/types.h> |
33 |
|
33 |
#include <linux/types.h> |
34 |
typedef unsigned char __u8; |
|
|
35 |
typedef signed char __s8; |
36 |
typedef unsigned short __u16; |
37 |
typedef signed short __s16; |
38 |
typedef unsigned int __u32; |
39 |
typedef signed int __s32; |
40 |
typedef unsigned long long int __u64; |
41 |
typedef signed long long int __s64; |
42 |
|
43 |
typedef __u16 __be16; |
44 |
typedef __u32 __be32; |
45 |
typedef __u64 __be64; |
46 |
|
34 |
|
47 |
#if defined(__linux__) |
35 |
#if defined(__linux__) |
48 |
#include <xfs/linux.h> |
36 |
#include <xfs/linux.h> |