summaryrefslogtreecommitdiffstats
path: root/src/include/osdep.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-09 13:12:29 +0200
committerMichael Brown2005-04-09 13:12:29 +0200
commit9c32083d56f4598b51b5b5c3ac725da2352483d0 (patch)
tree35f27f0ec73f9e9d69c893754c55d0f0d529fda6 /src/include/osdep.h
parentCallback mechanism now obsolete (diff)
downloadipxe-9c32083d56f4598b51b5b5c3ac725da2352483d0.tar.gz
ipxe-9c32083d56f4598b51b5b5c3ac725da2352483d0.tar.xz
ipxe-9c32083d56f4598b51b5b5c3ac725da2352483d0.zip
callbacks.h no longer exists.
Diffstat (limited to 'src/include/osdep.h')
-rw-r--r--src/include/osdep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/osdep.h b/src/include/osdep.h
index d7e1af47..121eacae 100644
--- a/src/include/osdep.h
+++ b/src/include/osdep.h
@@ -17,7 +17,6 @@
#include "byteswap.h"
#include "setjmp.h"
#include "latch.h"
-#include "callbacks.h"
/* within 1MB of 4GB is too close.
* MAX_ADDR is the maximum address we can easily do DMA to.