diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-04-11 15:24:59 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-04-11 15:24:59 +0000 |
| commit | 876d357fa7bc8aeb8d050dd8fe227dd4fd8ed4df (patch) | |
| tree | f5194d1ce3fa45b67cf63080fc519fec83abc57a /sys/boot/geli/geliboot.h | |
| parent | 7a888f325e494860d6158821dfbcef85a3310783 (diff) | |
| parent | b2d7040c1cc76c5bbbf54cd2351b4d137b8c22b6 (diff) | |
Notes
Diffstat (limited to 'sys/boot/geli/geliboot.h')
| -rw-r--r-- | sys/boot/geli/geliboot.h | 3 |
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)) |
