diff options
Diffstat (limited to 'include/sys/zfs_context.h')
-rw-r--r-- | include/sys/zfs_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/zfs_context.h b/include/sys/zfs_context.h index e68223eb3..693035ee2 100644 --- a/include/sys/zfs_context.h +++ b/include/sys/zfs_context.h @@ -647,6 +647,7 @@ extern void delay(clock_t ticks); extern uint64_t physmem; extern int highbit64(uint64_t i); +extern int lowbit64(uint64_t i); extern int random_get_bytes(uint8_t *ptr, size_t len); extern int random_get_pseudo_bytes(uint8_t *ptr, size_t len); |