14 lines
339 B
C++
14 lines
339 B
C++
/**
|
|
* PROJECT: ExectOS
|
|
* COPYRIGHT: See COPYING.md in the top level directory
|
|
* FILE: xtoskrnl/hl/i686/timer.cc
|
|
* DESCRIPTION: APIC Timer for i686 support
|
|
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
|
*/
|
|
|
|
#include <xtos.hh>
|
|
|
|
|
|
/* Include common Timer interface */
|
|
#include ARCH_COMMON(timer.cc)
|