C++程序  |  16行  |  229 B

#ifndef _BITS_TIMER_H
#define _BITS_TIMER_H

/** @file
 *
 * i386-specific timer API implementations
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#include <gpxe/bios_timer.h>
#include <gpxe/rdtsc_timer.h>

#endif /* _BITS_TIMER_H */