xref: /haiku/headers/private/kernel/arch/x86/pic.h (revision dc14d97b7f70aa318483d53e007913b26a12f5d0)
1 /*
2  * Copyright 2011, Michael Lotz, mmlr@mlotz.ch.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _KERNEL_ARCH_x86_PIC_H
6 #define _KERNEL_ARCH_x86_PIC_H
7 
8 void pic_init();
9 void pic_disable();
10 
11 #endif // _KERNEL_ARCH_x86_PIC_H
12