14 lines
370 B
C
14 lines
370 B
C
/**
|
|
* PROJECT: ExectOS
|
|
* COPYRIGHT: See COPYING.md in the top level directory
|
|
* FILE: xtoskrnl/hl/amd64/pic.c
|
|
* DESCRIPTION: Programmable Interrupt Controller (PIC) for AMD64 support
|
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
|
*/
|
|
|
|
#include <xtos.h>
|
|
|
|
|
|
/* Include common PIC interface */
|
|
#include ARCH_COMMON(pic.c)
|