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