Logo
Explore Help
Sign In
sysadmin/ipxe
1
0
Fork 0
You've already forked ipxe
mirror of https://github.com/ipxe/ipxe synced 2025-12-21 12:30:20 +03:00
Code Issues Packages Projects Releases Wiki Activity
Files
80d1ac7320f597b4c981dfdeb19d8e88eb85ca69
ipxe/src/config/timer.h

18 lines
230 B
C
Raw Normal View History

[timer] Formalise the timer API We now have two implementations for the timer API: one using the time-of-day counter at 40:70 and one using RDTSC. Both make use of timer2_udelay().
2008-10-12 19:56:52 +01:00
#ifndef CONFIG_TIMER_H
#define CONFIG_TIMER_H
/** @file
*
* Timer configuration.
*
*/
[legal] Add a selection of FILE_LICENCE declarations Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
2009-05-01 15:41:06 +01:00
FILE_LICENCE ( GPL2_OR_LATER );
[timer] Formalise the timer API We now have two implementations for the timer API: one using the time-of-day counter at 40:70 and one using RDTSC. Both make use of timer2_udelay().
2008-10-12 19:56:52 +01:00
#include <config/defaults.h>
//#undef TIMER_PCBIOS
//#define TIMER_RDTSC
#endif /* CONFIG_TIMER_H */
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 70ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API