diff options
author | Paul Selkirk <paul@psgd.org> | 2018-02-27 18:00:08 +0100 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-02-27 18:00:08 +0100 |
commit | 3f374757fdfde32abceb88adca31d21f2b05cab1 (patch) | |
tree | f14ff60badf35807e08a34fd047e9d4be5b555e6 /ks.h | |
parent | b87e7392cdc71b3a69728d7fb40a6697eeeed09e (diff) |
Add hal_ks_available
Diffstat (limited to 'ks.h')
-rw-r--r-- | ks.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -422,6 +422,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_ */ /* |