diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 13:33:19 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 13:33:19 +0000 |
commit | b238270dddbb603abdcb5fae288b7375b2f740d2 (patch) | |
tree | 79eab072da0ae873bf925e461e2a420f0c043721 /sys/arch/powerpc | |
parent | 450fca0992b8f4f570cdc58cd3a895fc87cf111a (diff) |
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/include/db_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/db_machdep.h b/sys/arch/powerpc/include/db_machdep.h index 9aceec30ff5..771005b6e0f 100644 --- a/sys/arch/powerpc/include/db_machdep.h +++ b/sys/arch/powerpc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.25 2014/03/16 20:31:46 guenther Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.26 2015/11/24 13:33:18 mpi Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -91,7 +91,6 @@ void db_stopcpu(int); void ppc_ipi_db(struct cpu_info *); void kdb_kintr(void *); -int kdb_trap(int, void *); void db_save_regs(struct trapframe *frame); void ddb_trap(void); db_expr_t db_dumpframe(u_int32_t pframe, int (*pr)(const char *, ...)); |