Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 #ifndef _UAPI_LINUX_STRING_H_
0003 #define _UAPI_LINUX_STRING_H_
0004 
0005 /* We don't want strings.h stuff being used by user stuff by accident */
0006 
0007 #ifndef __KERNEL__
0008 #include <string.h>
0009 #endif /* __KERNEL__ */
0010 #endif /* _UAPI_LINUX_STRING_H_ */