Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include/ibm4xx Remove the prototype for the...
details: https://anonhg.NetBSD.org/src/rev/228a3a035706
branches: trunk
changeset: 555725:228a3a035706
user: simonb <simonb%NetBSD.org@localhost>
date: Wed Nov 26 03:55:38 2003 +0000
description:
Remove the prototype for the non-existent intr_md_register() function.
diffstat:
sys/arch/powerpc/include/ibm4xx/ibm4xx_intr.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 0cca246822c5 -r 228a3a035706 sys/arch/powerpc/include/ibm4xx/ibm4xx_intr.h
--- a/sys/arch/powerpc/include/ibm4xx/ibm4xx_intr.h Wed Nov 26 03:51:39 2003 +0000
+++ b/sys/arch/powerpc/include/ibm4xx/ibm4xx_intr.h Wed Nov 26 03:55:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ibm4xx_intr.h,v 1.4 2003/09/03 21:33:35 matt Exp $ */
+/* $NetBSD: ibm4xx_intr.h,v 1.5 2003/11/26 03:55:38 simonb Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -83,8 +83,6 @@
void do_pending_int(void);
void ext_intr(void);
-void intr_md_register(void (*)(void *, int), void (*)(void *, int),
- int (*)(void *), void (*)(void *, int), void *);
void *intr_establish(int, int, int, int (*)(void *), void *);
void intr_disestablish(void *);
void intr_init(void);
Home |
Main Index |
Thread Index |
Old Index