source: mainline/uspace/srv/sysman/configuration.h@ c0c388d2

Last change on this file since c0c388d2 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: 216 bytes
Line 
1#ifndef SYSMAN_CONFIGURATION_H
2#define SYSMAN_CONFIGURATION_H
3
4#include "unit.h"
5
6extern void configuration_init(void);
7
8extern int configuration_add_unit(unit_t *);
9
10extern int configuration_commit(void);
11
12#endif
13
14
Note: See TracBrowser for help on using the repository browser.