Changes in uspace/lib/c/include/capa.h [c111da2:8f57fb2] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/capa.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/capa.h
rc111da2 r8f57fb2 1 1 /* 2 * Copyright (c) 20 25 Jiri Svoboda2 * Copyright (c) 2015 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 37 37 #define _LIBC_CAPA_H_ 38 38 39 #include < errno.h>40 #include < stddef.h>39 #include <adt/list.h> 40 #include <loc.h> 41 41 #include <stdint.h> 42 #include <types/label.h> 43 #include <types/vol.h> 44 #include <vbd.h> 42 45 43 46 /** Capacity unit */ … … 87 90 } capa_spec_t; 88 91 89 /** Size of buffer large enough for capa_blocks_format_buf */90 #define CAPA_BLOCKS_BUFSIZE 1691 92 92 extern errno_t capa_format(capa_spec_t *, char **); 93 extern errno_t capa_format_buf(capa_spec_t *, char *, size_t);94 extern errno_t capa_blocks_format(uint64_t, size_t, char **);95 extern void capa_blocks_format_buf(uint64_t, size_t, char *, size_t);96 93 extern errno_t capa_parse(const char *, capa_spec_t *); 97 94 extern void capa_simplify(capa_spec_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
