source: mainline/uspace/srv/sysman/sysman.h@ 59ba708

Last change on this file since 59ba708 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: 116 bytes
Line 
1#ifndef SYSMAN_SYSMAN_H
2#define SYSMAN_SYSMAN_H
3
4#include "unit.h"
5
6extern int sysman_unit_start(unit_t *);
7
8#endif
Note: See TracBrowser for help on using the repository browser.