source:
mainline/uspace/srv/sysman/unit_mnt.h@
f42ee6f
Last change on this file since f42ee6f was f42ee6f, checked in by , 6 years ago | |
---|---|
|
|
File size: 158 bytes |
Rev | Line | |
---|---|---|
[f42ee6f] | 1 | #ifndef SYSMAN_UNIT_MNT_H |
2 | #define SYSMAN_UNIT_MNT_H | |
3 | ||
4 | typedef struct { | |
5 | const char *type; | |
6 | const char *mountpoint; | |
7 | const char *device; | |
8 | } unit_mnt_t; | |
9 | ||
10 | #endif | |
11 |
Note:
See TracBrowser
for help on using the repository browser.