Remove function decls which are in <machine/intr.h>

This commit is contained in:
tsutsui 2005-02-06 02:40:14 +00:00
parent 521796afe7
commit 79969e68f2
1 changed files with 2 additions and 6 deletions

View File

@ -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
@ -76,7 +76,7 @@
#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 */
@ -163,10 +163,6 @@ int mem_cluster_cnt;
struct idrom idrom;
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.