aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/geli/geliboot.h
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-04-11 15:24:59 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-04-11 15:24:59 +0000
commit876d357fa7bc8aeb8d050dd8fe227dd4fd8ed4df (patch)
treef5194d1ce3fa45b67cf63080fc519fec83abc57a /sys/boot/geli/geliboot.h
parent7a888f325e494860d6158821dfbcef85a3310783 (diff)
parentb2d7040c1cc76c5bbbf54cd2351b4d137b8c22b6 (diff)
Notes
Diffstat (limited to 'sys/boot/geli/geliboot.h')
-rw-r--r--sys/boot/geli/geliboot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/geli/geliboot.h b/sys/boot/geli/geliboot.h
index 36bebcc38f24..61e64f1931e3 100644
--- a/sys/boot/geli/geliboot.h
+++ b/sys/boot/geli/geliboot.h
@@ -55,6 +55,9 @@
#ifndef DEV_BSIZE
#define DEV_BSIZE 512
#endif
+#ifndef DEV_GELIBOOT_BSIZE
+#define DEV_GELIBOOT_BSIZE 4096
+#endif
#ifndef MIN
#define MIN(a,b) (((a) < (b)) ? (a) : (b))