13 lines
522 B
Text
13 lines
522 B
Text
$NetBSD: patch-aa,v 1.1 2007/10/10 11:29:19 rillig Exp $
|
|
|
|
--- deviceint.h.orig 2005-01-06 22:04:54.000000000 +0100
|
|
+++ deviceint.h 2007-10-10 13:27:57.000000000 +0200
|
|
@@ -52,7 +52,7 @@ public:
|
|
|
|
/* Return the bit of the CP0 Status and Cause registers corresponding
|
|
to interrupt line number NUM, or 0 if no such interrupt line exists. */
|
|
- static uint32 DeviceInt::num2irq(uint32 num) throw();
|
|
+ static uint32 num2irq(uint32 num) throw();
|
|
|
|
protected:
|
|
/* Assert an interrupt request on interrupt line LINE, which
|