diff options
| author | Thomas Weißschuh <thomas@t-8ch.de> | 2024-05-27 08:27:48 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2024-07-01 17:16:04 -0400 |
| commit | c5614ee3f2775534871914c02be4b5a61b71ed40 (patch) | |
| tree | 9ff96c778eefdb4f03499bf0ce98e95b0c625032 /linux-headers/linux/stddef.h | |
| parent | c51dca04281f9be6eacdad8fc8f9c7ddc87dcf3c (diff) | |
| download | focaccia-qemu-c5614ee3f2775534871914c02be4b5a61b71ed40.tar.gz focaccia-qemu-c5614ee3f2775534871914c02be4b5a61b71ed40.zip | |
linux-headers: update to 6.10-rc1
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de> Message-Id: <20240527-pvpanic-shutdown-v8-2-5a28ec02558b@t-8ch.de> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'linux-headers/linux/stddef.h')
| -rw-r--r-- | linux-headers/linux/stddef.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux-headers/linux/stddef.h b/linux-headers/linux/stddef.h index bf9749dd14..96aa341942 100644 --- a/linux-headers/linux/stddef.h +++ b/linux-headers/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 */ |