Changeset 5fc8244 in mainline for uspace/lib/c/include/capa.h
- Timestamp:
- 2021-06-12T21:22:48Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 034ce6bb
- Parents:
- af5d62eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/capa.h
raf5d62eb r5fc8244 37 37 #define _LIBC_CAPA_H_ 38 38 39 #include < adt/list.h>40 #include < loc.h>39 #include <errno.h> 40 #include <stddef.h> 41 41 #include <stdint.h> 42 #include <types/label.h>43 #include <types/vol.h>44 #include <vbd.h>45 42 46 43 /** Capacity unit */
Note:
See TracChangeset
for help on using the changeset viewer.