source: mainline/uspace/srv/sysman/unit_mnt.h@ f42ee6f

Last change on this file since f42ee6f was f42ee6f, checked in by Matthieu Riolo <matthieu.riolo@…>, 6 years ago

Add basic structures for sysman
Conflicts:

boot/Makefile.common

  • Property mode set to 100644
File size: 158 bytes
RevLine 
[f42ee6f]1#ifndef SYSMAN_UNIT_MNT_H
2#define SYSMAN_UNIT_MNT_H
3
4typedef 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.