diff options
Diffstat (limited to '')
-rw-r--r-- | uapi/linux/stddef.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/uapi/linux/stddef.h b/uapi/linux/stddef.h index bf9749d..96aa341 100644 --- a/uapi/linux/stddef.h +++ b/uapi/linux/stddef.h @@ -55,4 +55,12 @@ #define __counted_by(m) #endif +#ifndef __counted_by_le +#define __counted_by_le(m) +#endif + +#ifndef __counted_by_be +#define __counted_by_be(m) +#endif + #endif /* _LINUX_STDDEF_H */ |