From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- include/uapi/linux/string.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/uapi/linux/string.h (limited to 'include/uapi/linux/string.h') diff --git a/include/uapi/linux/string.h b/include/uapi/linux/string.h new file mode 100644 index 00000000..e32e545c --- /dev/null +++ b/include/uapi/linux/string.h @@ -0,0 +1,9 @@ +#ifndef _UAPI_LINUX_STRING_H_ +#define _UAPI_LINUX_STRING_H_ + +/* We don't want strings.h stuff being used by user stuff by accident */ + +#ifndef __KERNEL__ +#include +#endif /* __KERNEL__ */ +#endif /* _UAPI_LINUX_STRING_H_ */ -- cgit v1.3.1