mirror of
https://review.haiku-os.org/haiku
synced 2025-01-27 00:34:50 +01:00
12 lines
240 B
C
12 lines
240 B
C
|
/*
|
||
|
* Copyright 2011, Michael Lotz, mmlr@mlotz.ch.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _KERNEL_ARCH_x86_PIC_H
|
||
|
#define _KERNEL_ARCH_x86_PIC_H
|
||
|
|
||
|
void pic_init();
|
||
|
void pic_disable();
|
||
|
|
||
|
#endif // _KERNEL_ARCH_x86_PIC_H
|