diff options
Diffstat (limited to 'arch/x86/machine/pic.h')
-rw-r--r-- | arch/x86/machine/pic.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/x86/machine/pic.h b/arch/x86/machine/pic.h index 3dc13d4e..9da75b74 100644 --- a/arch/x86/machine/pic.h +++ b/arch/x86/machine/pic.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 Richard Braun. + * Copyright (c) 2012-2017 Richard Braun. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,9 +25,4 @@ */ void pic_setup(void); -/* - * Interrupt handlers. - */ -void pic_spurious_intr(struct trap_frame *frame); - #endif /* _X86_PIC_H */ |