exectos/xtoskrnl/hl/amd64/pic.c
Rafal Kupiec 9aafa63617
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 25s
Move CPU and PIC support into common for i686 and amd64 place
2023-11-29 18:26:46 +01:00

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)