diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-09 01:12:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-09 01:12:39 +0000 |
commit | 1ad8f70bda5b295bc5d4a6d95ca1ae4ca73f98ec (patch) | |
tree | e24a7bcd3ee5275763c9acd4a3d61b296f0386ae /sys/arch/macppc/include | |
parent | 531fb9a1b3427d1ce1bd73cb5b95c9cb4038fd30 (diff) |
backout interrupt diff until it the next round of fixes
Diffstat (limited to 'sys/arch/macppc/include')
-rw-r--r-- | sys/arch/macppc/include/intr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/include/intr.h b/sys/arch/macppc/include/intr.h index 92ef9bfec34..7d8a024bb28 100644 --- a/sys/arch/macppc/include/intr.h +++ b/sys/arch/macppc/include/intr.h @@ -1,9 +1,9 @@ -/* $OpenBSD: intr.h,v 1.7 2009/06/02 21:38:09 drahn Exp $ */ +/* $OpenBSD: intr.h,v 1.8 2009/06/09 01:12:38 deraadt Exp $ */ #include <powerpc/intr.h> #ifndef _LOCORE void softtty(void); -void openpic_set_priority(int); +void openpic_set_priority(int, int); #endif |