Update linux/types.h to linux 2.6.20.
This picks up the source kernel header change I984154487c38f6fa827bd78234f7fc2e4e1c383f . Bug: 9469682 Change-Id: I3b57517cc6442ba4d0b8003d7398617e8226233f
This commit is contained in:
parent
ebc8ce1de6
commit
d7b0d6e1e1
1 changed files with 4 additions and 2 deletions
|
@ -33,12 +33,14 @@ typedef __u64 __bitwise __le64;
|
|||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
typedef __u64 __bitwise __be64;
|
||||
#endif
|
||||
typedef __u16 __bitwise __sum16;
|
||||
typedef __u32 __bitwise __wsum;
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
struct ustat {
|
||||
__kernel_daddr_t f_tfree;
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
__kernel_ino_t f_tinode;
|
||||
char f_fname[6];
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
char f_fpack[6];
|
||||
};
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue