1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright 2019, IBM Corporation
8 #ifndef __ASM_POWERPC_ELFNOTE_H__
9 #define __ASM_POWERPC_ELFNOTE_H__
12 * These note types should live in a SHT_NOTE segment and have
13 * "PowerPC" in the name field.
17 * The capabilities supported/required by this kernel (bitmap).
19 * This type uses a bitmap as "desc" field. Each bit is described
20 * in arch/powerpc/kernel/note.S
22 #define PPC_ELFNOTE_CAPABILITIES 1
24 #endif /* __ASM_POWERPC_ELFNOTE_H__ */