1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* Copyright (c) Meta Platforms, Inc. and affiliates. */
7 #include <linux/types.h>
8 #include <linux/compiler.h>
9 #include <asm/orc_hash.h>
12 * The header is currently a 20-byte hash of the ORC entry definition; see
13 * scripts/orc_hash.sh.
16 __used __section(".orc_header") __aligned(4) \
17 static const u8 orc_header[] = { ORC_HASH }
19 #endif /* _ORC_HEADER_H */