protect against multiple inclusion

This commit is contained in:
drochner 2001-11-01 12:54:35 +00:00
parent 492a03edae
commit b4d5b7d621
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,7 @@
/* $NetBSD: elf_machdep.h,v 1.8 2001/10/31 18:05:36 thorpej Exp $ */
/* $NetBSD: elf_machdep.h,v 1.9 2001/11/01 12:54:35 drochner Exp $ */
#ifndef _ALPHA_ELF_MACHDEP_H_
#define _ALPHA_ELF_MACHDEP_H_
/*
* Alpha ELF uses different (non-standard) definitions of Elf64_Sword
@ -54,3 +57,5 @@ typedef uint64_t Elf64_Word;
#define R_ALPHA_RELATIVE 27 /* Adjust by program base */
#define R_TYPE(name) __CONCAT(R_ALPHA_,name)
#endif /* _ALPHA_ELF_MACHDEP_H_ */