summaryrefslogtreecommitdiff
path: root/arch/x86/machine/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/elf.h')
-rw-r--r--arch/x86/machine/elf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/elf.h b/arch/x86/machine/elf.h
index e0ea260..04df7e0 100644
--- a/arch/x86/machine/elf.h
+++ b/arch/x86/machine/elf.h
@@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _X86_ELF_H
-#define _X86_ELF_H
+#ifndef X86_ELF_H
+#define X86_ELF_H
#define ELF_SHT_SYMTAB 2
#define ELF_SHT_STRTAB 3
@@ -58,4 +58,4 @@ struct elf_sym {
#endif /* __LP64__ */
-#endif /* _X86_ELF_H */
+#endif /* X86_ELF_H */