We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7103292 commit 0efdedbCopy full SHA for 0efdedb
tools/include/uapi/linux/types.h
@@ -4,6 +4,8 @@
4
5
#include <asm-generic/int-ll64.h>
6
7
+#ifndef __ASSEMBLER__
8
+
9
/* copied from linux:include/uapi/linux/types.h */
10
#define __bitwise
11
typedef __u16 __bitwise __le16;
@@ -20,4 +22,5 @@ typedef __u32 __bitwise __wsum;
20
22
#define __aligned_be64 __be64 __attribute__((aligned(8)))
21
23
#define __aligned_le64 __le64 __attribute__((aligned(8)))
24
25
+#endif /* __ASSEMBLER__ */
26
#endif /* _UAPI_LINUX_TYPES_H */
0 commit comments