2026-03-23 22:22:18 -03:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
|
#ifndef _LINUX_STRING_HELPERS_H_
|
|
|
|
|
#define _LINUX_STRING_HELPERS_H_
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Header stub to avoid test build breakage; we don't need to
|
|
|
|
|
* actually implement string_get_size() as it's not used in the tests.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#endif
|