linuxkpi: Add linux/stddef.h

It simply include sys/stdef.h

Obtained from:	drm-kmod
Sponsored by:	Beckhoff Automation GmbH & Co. KG
This commit is contained in:
Emmanuel Vadot 2023-04-04 11:38:30 +02:00
parent 0bf561351b
commit 7c7419f60c

View File

@ -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_ */