Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include forward declare struct exec_package
details: https://anonhg.NetBSD.org/src/rev/8053abd8596f
branches: trunk
changeset: 750009:8053abd8596f
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Dec 14 03:20:27 2009 +0000
description:
forward declare struct exec_package
diffstat:
sys/arch/mips/include/elf_machdep.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r c66b4a223f9c -r 8053abd8596f sys/arch/mips/include/elf_machdep.h
--- a/sys/arch/mips/include/elf_machdep.h Mon Dec 14 03:11:22 2009 +0000
+++ b/sys/arch/mips/include/elf_machdep.h Mon Dec 14 03:20:27 2009 +0000
@@ -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 *);
Home |
Main Index |
Thread Index |
Old Index