[tcp] Enable AF_INET6 transport for tcp connections
[gpxe.git] / src / config / timer.h
blobabd6698518666347e67967fbd7a3120957e6ea6e
1 #ifndef CONFIG_TIMER_H
2 #define CONFIG_TIMER_H
4 /** @file
6 * Timer configuration.
8 */
10 FILE_LICENCE ( GPL2_OR_LATER );
12 #include <config/defaults.h>
14 //#undef TIMER_PCBIOS
15 //#define TIMER_RDTSC
17 #include <config/local/timer.h>
19 #endif /* CONFIG_TIMER_H */