Module Name: src
Committed By: mrg
Date: Mon Dec 14 03:20:27 UTC 2009
Modified Files:
src/sys/arch/mips/include: elf_machdep.h
Log Message:
forward declare struct exec_package
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mips/include/elf_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/include/elf_machdep.h
diff -u src/sys/arch/mips/include/elf_machdep.h:1.12 src/sys/arch/mips/include/elf_machdep.h:1.13
--- src/sys/arch/mips/include/elf_machdep.h:1.12 Mon Dec 14 00:46:04 2009
+++ src/sys/arch/mips/include/elf_machdep.h Mon Dec 14 03:20:27 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: elf_machdep.h,v 1.12 2009/12/14 00:46:04 matt Exp $ */
+/* $NetBSD: elf_machdep.h,v 1.13 2009/12/14 03:20:27 mrg Exp $ */
#ifndef _MIPS_ELF_MACHDEP_H_
#define _MIPS_ELF_MACHDEP_H_
@@ -189,6 +189,8 @@
#define ELF_MD_COREDUMP_SETUP ELFNAME2(coredump,setup)
#endif
+struct exec_package;
+
int mips_netbsd_elf32_probe(struct lwp *, struct exec_package *, void *, char *,
vaddr_t *);
void coredump_elf32_setup(struct lwp *, void *);