From 9c32083d56f4598b51b5b5c3ac725da2352483d0 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 9 Apr 2005 11:12:29 +0000 Subject: [PATCH] callbacks.h no longer exists. --- src/include/osdep.h | 1 - 1 file changed, 1 deletion(-) 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.