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