Changeset b55f62a in mainline for uspace/lib/sysman/include
- Timestamp:
- 2019-08-07T09:29:33Z (6 years ago)
- Children:
- 918ac9b
- Parents:
- 2df7d824
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-02 00:50:02)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:29:33)
- File:
-
- 1 edited
-
uspace/lib/sysman/include/sysman/ctl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/sysman/include/sysman/ctl.h
r2df7d824 rb55f62a 30 30 #define _SYSMAN_CTL_H 31 31 32 #include <ipc/sysman.h> 32 33 #include <sysman/unit.h> 33 34 34 35 int sysman_unit_start(const char *, int); 35 36 37 int sysman_get_units(unit_handle_t **, size_t *); 38 39 int sysman_unit_get_name(unit_handle_t, char *, size_t); 40 int sysman_unit_get_state(unit_handle_t, unit_state_t *); 36 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
