diff options
Diffstat (limited to 'sys/i386/isa/icu.h')
-rw-r--r-- | sys/i386/isa/icu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/icu.h b/sys/i386/isa/icu.h index 4035ac6..36d532a 100644 --- a/sys/i386/isa/icu.h +++ b/sys/i386/isa/icu.h @@ -55,8 +55,8 @@ * DO NOT access imen directly, use INTREN()/INTRDIS(). */ -void INTREN __P((u_int)); -void INTRDIS __P((u_int)); +void INTREN (u_int); +void INTRDIS (u_int); #ifdef APIC_IO extern unsigned apic_imen; /* APIC interrupt mask enable */ |