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