]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - linux-headers/linux/stddef.h
linux-headers: Update to Linux v6.6-rc1
[thirdparty/qemu.git] / linux-headers / linux / stddef.h
index bb6ea517efb51177a7983fadad9b590b12b786e5..9bb07083ac89e7ea6d51903e19804cd403435978 100644 (file)
@@ -45,3 +45,7 @@
                TYPE NAME[]; \
        }
 #endif
+
+#ifndef __counted_by
+#define __counted_by(m)
+#endif