aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2023-04-04 09:38:30 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2023-04-04 09:39:27 +0000
commit7c7419f60cafa4f666f5a22b5e5f090081516cd2 (patch)
treed24f3a127ec0ad38831140af832146d109d4e541
parent0bf561351ba00fc6d2e76ad71b1e9049c3fbac03 (diff)
downloadsrc-7c7419f60cafa4f666f5a22b5e5f090081516cd2.tar.gz
src-7c7419f60cafa4f666f5a22b5e5f090081516cd2.zip
linuxkpi: Add linux/stddef.h
It simply include sys/stdef.h Obtained from: drm-kmod Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r--sys/compat/linuxkpi/common/include/linux/stddef.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/stddef.h b/sys/compat/linuxkpi/common/include/linux/stddef.h
new file mode 100644
index 000000000000..8a10a679ef06
--- /dev/null
+++ b/sys/compat/linuxkpi/common/include/linux/stddef.h
@@ -0,0 +1,9 @@
+/* Public domain */
+
+#ifndef _LINUXKPI_LINUX_STDDEF_H_
+#define _LINUXKPI_LINUX_STDDEF_H_
+
+#include <sys/stddef.h>
+
+#endif /* _LINUXKPI_LINUX_STDDEF_H_ */
+