safemode.h: Update coding style

This commit is contained in:
Ingo Weinhold
2013-12-10 17:07:20 +01:00
parent 84ec24f2ff
commit 7a1e706df7
+9 -3
View File
@@ -5,6 +5,7 @@
#ifndef _KERNEL_SAFEMODE_H
#define _KERNEL_SAFEMODE_H
#include <driver_settings.h>
#include <safemode_defs.h>
@@ -14,12 +15,17 @@
extern "C" {
#endif
status_t get_safemode_option(const char *parameter, char *buffer, size_t *_bufferSize);
bool get_safemode_boolean(const char *parameter, bool defaultValue);
status_t _user_get_safemode_option(const char *parameter, char *buffer, size_t *_bufferSize);
status_t get_safemode_option(const char* parameter, char* buffer,
size_t* _bufferSize);
bool get_safemode_boolean(const char* parameter, bool defaultValue);
status_t _user_get_safemode_option(const char* parameter, char* buffer,
size_t* _bufferSize);
#ifdef __cplusplus
}
#endif
#endif /* _KERNEL_SAFEMODE_H */