Changeset 6efec7e3 in mainline for uspace/srv/sysman/units/unit_mnt.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_mnt.h
r4fe7fcb r6efec7e3 1 1 #ifndef SYSMAN_UNIT_MNT_H 2 2 #define SYSMAN_UNIT_MNT_H 3 4 #include "unit_types.h" 3 5 4 6 typedef struct { … … 8 10 } unit_mnt_t; 9 11 12 extern unit_ops_t unit_mnt_ops; 13 14 10 15 #endif 11 16
Note:
See TracChangeset
for help on using the changeset viewer.