source: mainline/uspace/srv/sysman/units/unit_tgt.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: 118 bytes
RevLine 
[6efec7e3]1#ifndef SYSMAN_UNIT_TGT_H
2#define SYSMAN_UNIT_TGT_H
3
4#include "unit_types.h"
5
6extern unit_ops_t unit_tgt_ops;
7
8#endif
Note: See TracBrowser for help on using the repository browser.