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