![]() |
|
|||
0001 #ifndef __BUILD_SALT_H 0002 #define __BUILD_SALT_H 0003 0004 #include <linux/elfnote.h> 0005 0006 #define LINUX_ELFNOTE_BUILD_SALT 0x100 0007 0008 #ifdef __ASSEMBLER__ 0009 0010 #define BUILD_SALT \ 0011 ELFNOTE(Linux, LINUX_ELFNOTE_BUILD_SALT, .asciz CONFIG_BUILD_SALT) 0012 0013 #else 0014 0015 #define BUILD_SALT \ 0016 ELFNOTE32("Linux", LINUX_ELFNOTE_BUILD_SALT, CONFIG_BUILD_SALT) 0017 0018 #endif 0019 0020 #endif /* __BUILD_SALT_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |