xref: /freebsd/sys/compat/linuxkpi/common/include/linux/string_helpers.h (revision 88b8b7f0c4e9948667a2279e78e975a784049cba)
1 /*
2  * Copyright (c) 2025 The FreeBSD Foundation
3  *
4  * SPDX-License-Identifier: BSD-2-Clause
5  */
6 
7 #ifndef	_LINUXKPI_LINUX_STRING_HELPERS_H_
8 #define	_LINUXKPI_LINUX_STRING_HELPERS_H_
9 
10 #include <linux/string_choices.h>
11 
12 #endif
13