Changes in uspace/lib/c/include/capa.h [c111da2:5fc8244] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/capa.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/capa.h
rc111da2 r5fc8244 1 1 /* 2 * Copyright (c) 20 25 Jiri Svoboda2 * Copyright (c) 2015 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 87 87 } capa_spec_t; 88 88 89 /** Size of buffer large enough for capa_blocks_format_buf */90 #define CAPA_BLOCKS_BUFSIZE 1691 92 89 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 90 extern errno_t capa_parse(const char *, capa_spec_t *); 97 91 extern void capa_simplify(capa_spec_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
