safemode.h: Update coding style
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
#ifndef _KERNEL_SAFEMODE_H
|
#ifndef _KERNEL_SAFEMODE_H
|
||||||
#define _KERNEL_SAFEMODE_H
|
#define _KERNEL_SAFEMODE_H
|
||||||
|
|
||||||
|
|
||||||
#include <driver_settings.h>
|
#include <driver_settings.h>
|
||||||
|
|
||||||
#include <safemode_defs.h>
|
#include <safemode_defs.h>
|
||||||
@@ -14,12 +15,17 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#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 get_safemode_option(const char* parameter, char* buffer,
|
||||||
status_t _user_get_safemode_option(const char *parameter, char *buffer, size_t *_bufferSize);
|
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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif /* _KERNEL_SAFEMODE_H */
|
#endif /* _KERNEL_SAFEMODE_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user