Changes in kernel/arch/ppc32/include/elf.h [b8230b9:df4ed85] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/elf.h
rb8230b9 rdf4ed85 27 27 */ 28 28 29 /** @addtogroup ppc32 29 /** @addtogroup ppc32 30 30 * @{ 31 31 */ … … 36 36 #define KERN_ppc32_ELF_H_ 37 37 38 #define ELF_MACHINEEM_PPC39 #define ELF_DATA_ENCODING 40 #define ELF_CLASS 38 #define ELF_MACHINE EM_PPC 39 #define ELF_DATA_ENCODING ELFDATA2MSB 40 #define ELF_CLASS ELFCLASS32 41 41 42 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.