14 lines
345 B
C++
14 lines
345 B
C++
/**
|
|
* PROJECT: ExectOS
|
|
* COPYRIGHT: See COPYING.md in the top level directory
|
|
* FILE: xtoskrnl/hl/amd64/rtc.cc
|
|
* DESCRIPTION: Hardware Real-Time Clock (RTC) support
|
|
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
|
*/
|
|
|
|
#include <xtos.hh>
|
|
|
|
|
|
/* Include common RTC interface */
|
|
#include ARCH_COMMON(rtc.cc)
|