1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 #include <linux/types.h>
7 #include <linux/compiler.h>
8 #include <asm/orc_hash.h>
11 * The header is currently a 20-byte hash of the ORC entry definition; see
12 * scripts/orc_hash.sh.
15 __used __section(".orc_header") __aligned(4) \
16 static const u8 orc_header[] = { ORC_HASH }
18 #endif /* _ORC_HEADER_H */