xref: /linux-6.15/include/uapi/linux/string.h (revision 607ca46e)
1*607ca46eSDavid Howells #ifndef _UAPI_LINUX_STRING_H_
2*607ca46eSDavid Howells #define _UAPI_LINUX_STRING_H_
3*607ca46eSDavid Howells 
4*607ca46eSDavid Howells /* We don't want strings.h stuff being used by user stuff by accident */
5*607ca46eSDavid Howells 
6*607ca46eSDavid Howells #ifndef __KERNEL__
7*607ca46eSDavid Howells #include <string.h>
8*607ca46eSDavid Howells #endif /* __KERNEL__ */
9*607ca46eSDavid Howells #endif /* _UAPI_LINUX_STRING_H_ */
10