summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/bbinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/stand/bbinfo.h')
-rw-r--r--sys/arch/alpha/stand/bbinfo.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/arch/alpha/stand/bbinfo.h b/sys/arch/alpha/stand/bbinfo.h
new file mode 100644
index 00000000000..8da100b28db
--- /dev/null
+++ b/sys/arch/alpha/stand/bbinfo.h
@@ -0,0 +1,14 @@
+
+struct bbinfoloc {
+ u_int64_t magic1;
+ u_int64_t start;
+ u_int64_t end;
+ u_int64_t magic2;
+};
+
+struct bbinfo {
+ int32_t cksum;
+ int32_t nblocks;
+ int32_t bsize;
+ int32_t blocks[1];
+};