Remove function decls which are in <machine/intr.h>
This commit is contained in:
parent
521796afe7
commit
79969e68f2
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: machdep.c,v 1.78 2005/02/06 02:18:03 tsutsui Exp $ */
|
/* $NetBSD: machdep.c,v 1.79 2005/02/06 02:40:14 tsutsui Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1992, 1993
|
* Copyright (c) 1992, 1993
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
|
||||||
|
|
||||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.78 2005/02/06 02:18:03 tsutsui Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.79 2005/02/06 02:40:14 tsutsui Exp $");
|
||||||
|
|
||||||
/* from: Utah Hdr: machdep.c 1.63 91/04/24 */
|
/* from: Utah Hdr: machdep.c 1.63 91/04/24 */
|
||||||
|
|
||||||
|
@ -163,10 +163,6 @@ int mem_cluster_cnt;
|
||||||
|
|
||||||
struct idrom idrom;
|
struct idrom idrom;
|
||||||
void (*readmicrotime)(struct timeval *tvp);
|
void (*readmicrotime)(struct timeval *tvp);
|
||||||
void (*hardware_intr)(u_int, u_int, u_int, u_int);
|
|
||||||
void (*enable_intr)(void);
|
|
||||||
void (*disable_intr)(void);
|
|
||||||
void (*enable_timer)(void);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Local functions.
|
* Local functions.
|
||||||
|
|
Loading…
Reference in New Issue