From a60e4db92a021a3b41c8ce0eeedf429d5b22f47e Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sun, 6 Feb 2005 02:56:15 +0000 Subject: [PATCH] Oops, backout previous. They are actually needed there. --- sys/arch/newsmips/newsmips/machdep.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/arch/newsmips/newsmips/machdep.c b/sys/arch/newsmips/newsmips/machdep.c index 466d9c9b4535..cc5a9f5d1d63 100644 --- a/sys/arch/newsmips/newsmips/machdep.c +++ b/sys/arch/newsmips/newsmips/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.79 2005/02/06 02:40:14 tsutsui Exp $ */ +/* $NetBSD: machdep.c,v 1.80 2005/02/06 02:56:15 tsutsui Exp $ */ /* * Copyright (c) 1992, 1993 @@ -76,7 +76,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.79 2005/02/06 02:40:14 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.80 2005/02/06 02:56:15 tsutsui Exp $"); /* from: Utah Hdr: machdep.c 1.63 91/04/24 */ @@ -163,6 +163,10 @@ int mem_cluster_cnt; struct idrom idrom; void (*readmicrotime)(struct timeval *tvp); +void (*hardware_intr)(uint32_t, uint32_t, uint32_t, uint32_t); +void (*enable_intr)(void); +void (*disable_intr)(void); +void (*enable_timer)(void); /* * Local functions.