aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorAlexey Zaytsev <alexey.zaytsev@gmail.com>2008-03-02 03:41:10 +0300
committerAlexey Zaytsev <alexey.zaytsev@gmail.com>2008-03-02 03:41:10 +0300
commita1572e0ab0f5fab9a1f0185ded593bec811aa175 (patch)
treee407d6d0f2b8e93950216268ec0198fff865c6a0 /src/include/etherboot.h
parent4006d229e50204c93c1aa04c58385ce2e66d597e (diff)
downloadipxe-a1572e0ab0f5fab9a1f0185ded593bec811aa175.tar.gz
Modify gPXE core and drivers to work with the new timer subsystem
Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index 8d658194f..2a465954f 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -12,8 +12,8 @@
#include <stdio.h>
#include <unistd.h>
#include <strings.h>
-#include <latch.h>
#include <console.h>
+#include <gpxe/timer.h>
#include <gpxe/if_arp.h>
#include <gpxe/if_ether.h>