From 3f374757fdfde32abceb88adca31d21f2b05cab1 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 27 Feb 2018 18:00:08 +0100 Subject: Add hal_ks_available --- ks.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ks.h') diff --git a/ks.h b/ks.h index ae1ba1c..4f91706 100644 --- a/ks.h +++ b/ks.h @@ -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_ */ /* -- cgit v1.2.3