aboutsummaryrefslogtreecommitdiff
path: root/ks.h
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2018-02-27 18:00:08 +0100
committerPaul Selkirk <paul@psgd.org>2018-04-19 18:57:32 -0400
commitefc47f47581bb164440b86e9e57382972a32dbe8 (patch)
tree26bd9adeccede30df05b4506a3829ae4d1f64af8 /ks.h
parent67d4de2fdb0cb473e53da52b8639a27ce0dfc2b7 (diff)
Add hal_ks_available
Diffstat (limited to 'ks.h')
-rw-r--r--ks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ks.h b/ks.h
index 559e46f..e1f865c 100644
--- a/ks.h
+++ b/ks.h
@@ -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_ */
/*