Index: uspace/srv/sysman/configuration.h
===================================================================
--- uspace/srv/sysman/configuration.h	(revision f42ee6f303b03f563ca4bf42301c737e9efa2172)
+++ uspace/srv/sysman/configuration.h	(revision f42ee6f303b03f563ca4bf42301c737e9efa2172)
@@ -0,0 +1,14 @@
+#ifndef SYSMAN_CONFIGURATION_H
+#define SYSMAN_CONFIGURATION_H
+
+#include "unit.h"
+
+extern void configuration_init(void);
+
+extern int configuration_add_unit(unit_t *);
+
+extern int configuration_commit(void);
+
+#endif
+
+
