Changeset 6efec7e3 in mainline for uspace/srv/sysman/units/unit_cfg.h
- Timestamp:
- 2019-08-03T07:38:34Z (6 years ago)
- Children:
- 59ba708
- Parents:
- 4fe7fcb
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-03-17 19:54:13)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 07:38:34)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/units/unit_cfg.h
r4fe7fcb r6efec7e3 1 1 #ifndef SYSMAN_UNIT_CFG_H 2 2 #define SYSMAN_UNIT_CFG_H 3 4 #include "unit_types.h" 3 5 4 6 typedef struct { … … 6 8 } unit_cfg_t; 7 9 10 extern unit_ops_t unit_cfg_ops; 11 8 12 #endif
Note:
See TracChangeset
for help on using the changeset viewer.