![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * PowerPC ELF notes. 0004 * 0005 * Copyright 2019, IBM Corporation 0006 */ 0007 0008 #ifndef __ASM_POWERPC_ELFNOTE_H__ 0009 #define __ASM_POWERPC_ELFNOTE_H__ 0010 0011 /* 0012 * These note types should live in a SHT_NOTE segment and have 0013 * "PowerPC" in the name field. 0014 */ 0015 0016 /* 0017 * The capabilities supported/required by this kernel (bitmap). 0018 * 0019 * This type uses a bitmap as "desc" field. Each bit is described 0020 * in arch/powerpc/kernel/note.S 0021 */ 0022 #define PPC_ELFNOTE_CAPABILITIES 1 0023 0024 #endif /* __ASM_POWERPC_ELFNOTE_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |