summaryrefslogtreecommitdiff
path: root/sys/boot/pc98/boot2/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/pc98/boot2/boot.h')
-rw-r--r--sys/boot/pc98/boot2/boot.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/boot/pc98/boot2/boot.h b/sys/boot/pc98/boot2/boot.h
index 2beba6a7ce52..6f5bca1ffc3c 100644
--- a/sys/boot/pc98/boot2/boot.h
+++ b/sys/boot/pc98/boot2/boot.h
@@ -28,12 +28,15 @@
*/
#include <sys/param.h>
-#include <sys/disklabel.h>
#include <sys/time.h>
-#include <ufs/ufs/quota.h>
-#include <ufs/ufs/inode.h>
-#include <ufs/ffs/fs.h>
+typedef int32_t ufs_daddr_t;
+
+#define MAXFRAG 8
+
+#include "quota.h"
+#include "inode.h"
+#include "fs.h"
#define RB_DUAL 0x40000 /* XXX */
#define RB_PROBEKBD 0x80000 /* XXX */