xref: /linux/include/uapi/linux/string.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2607ca46eSDavid Howells #ifndef _UAPI_LINUX_STRING_H_
3607ca46eSDavid Howells #define _UAPI_LINUX_STRING_H_
4607ca46eSDavid Howells 
5607ca46eSDavid Howells /* We don't want strings.h stuff being used by user stuff by accident */
6607ca46eSDavid Howells 
7607ca46eSDavid Howells #ifndef __KERNEL__
8607ca46eSDavid Howells #include <string.h>
9607ca46eSDavid Howells #endif /* __KERNEL__ */
10607ca46eSDavid Howells #endif /* _UAPI_LINUX_STRING_H_ */
11