source: mainline/uspace/srv/sysman/units/unit_mnt.h@ 6efec7e3

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

Unit polymorphism (simple mount), debug logging

  • Property mode set to 100644
File size: 217 bytes
Line 
1#ifndef SYSMAN_UNIT_MNT_H
2#define SYSMAN_UNIT_MNT_H
3
4#include "unit_types.h"
5
6typedef struct {
7 const char *type;
8 const char *mountpoint;
9 const char *device;
10} unit_mnt_t;
11
12extern unit_ops_t unit_mnt_ops;
13
14
15#endif
16
Note: See TracBrowser for help on using the repository browser.