]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/i386/target_arch_elf.h
bsd-user: Implement get_filename_from_fd.
[mirror_qemu.git] / bsd-user / i386 / target_arch_elf.h
index eb760e07faa0886f58f1f961217cd2436127a831..4ac27b02e72cf514998de6ed2d26f8099a15e973 100644 (file)
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
-#ifndef _TARGET_ARCH_ELF_H_
-#define _TARGET_ARCH_ELF_H_
 
-#define ELF_START_MMAP 0x80000000
+#ifndef TARGET_ARCH_ELF_H
+#define TARGET_ARCH_ELF_H
+
 #define ELF_ET_DYN_LOAD_ADDR    0x01001000
 #define elf_check_arch(x) (((x) == EM_386) || ((x) == EM_486))
 
@@ -32,4 +32,4 @@
 #define USE_ELF_CORE_DUMP
 #define ELF_EXEC_PAGESIZE       4096
 
-#endif /* _TARGET_ARCH_ELF_H_ */
+#endif /* TARGET_ARCH_ELF_H */