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