aboutsummaryrefslogtreecommitdiff
path: root/ks.h
diff options
context:
space:
mode:
Diffstat (limited to 'ks.h')
-rw-r--r--ks.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ks.h b/ks.h
index 559e46f..0649bcd 100644
--- a/ks.h
+++ b/ks.h
@@ -58,7 +58,7 @@
* the UUID generation code (by definition -- it's not a version 4 UUID).
*/
-const hal_uuid_t hal_ks_pin_uuid;
+extern const hal_uuid_t hal_ks_pin_uuid;
/*
* Known block states.
@@ -426,6 +426,8 @@ extern hal_error_t hal_ks_block_update(hal_ks_t *ks,
const hal_uuid_t * const uuid,
int *hint);
+extern hal_error_t hal_ks_available(hal_ks_t *ks, size_t *count);
+
#endif /* _KS_H_ */
/*