safemode.h: Update coding style
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user