diff options
| author | Andriy Gapon <avg@FreeBSD.org> | 2012-05-12 09:03:30 +0000 |
|---|---|---|
| committer | Andriy Gapon <avg@FreeBSD.org> | 2012-05-12 09:03:30 +0000 |
| commit | 1702e62f67dacc0c3cbd77c73f9f611340850872 (patch) | |
| tree | df061398b6750e42dc38884e817fdece2299ea9e /sys/boot/common | |
| parent | 8521fde5fcdeb608534fd924f75119ab242f1a7d (diff) | |
Notes
Diffstat (limited to 'sys/boot/common')
| -rw-r--r-- | sys/boot/common/bootstrap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h index 4c92ba860ad9..f6eab3d0829f 100644 --- a/sys/boot/common/bootstrap.h +++ b/sys/boot/common/bootstrap.h @@ -317,6 +317,9 @@ struct arch_switch #else void (*arch_loadseg)(void *eh, void *ph, uint64_t delta); #endif + + /* Probe ZFS pool(s), if needed. */ + void (*arch_zfs_probe)(void); }; extern struct arch_switch archsw; |
