1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * rodata_test.h: functional test for mark_rodata_ro function
5 * (C) Copyright 2008 Intel Corporation
6 * Author: Arjan van de Ven <arjan@linux.intel.com>
10 #define _RODATA_TEST_H
12 #ifdef CONFIG_DEBUG_RODATA_TEST
13 void rodata_test(void);
15 static inline void rodata_test(void) {}
18 #endif /* _RODATA_TEST_H */