renamed struct types
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
#pragma once
|
||||
|
||||
#include "devices.h"
|
||||
#include "nb_app.h"
|
||||
#include "nb_hardware.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef void (*NbOnSystemStart)(NbHardware* hardware);
|
||||
typedef void (*OnSystemStart)(Devices* hardware);
|
||||
|
||||
extern const NbApp* const FLIPPER_SERVICES[];
|
||||
extern const App* const FLIPPER_SERVICES[];
|
||||
extern const size_t FLIPPER_SERVICES_COUNT;
|
||||
|
||||
extern const NbApp* const FLIPPER_SYSTEM_APPS[];
|
||||
extern const App* const FLIPPER_SYSTEM_APPS[];
|
||||
extern const size_t FLIPPER_SYSTEM_APPS_COUNT;
|
||||
|
||||
extern const NbOnSystemStart FLIPPER_ON_SYSTEM_START[];
|
||||
extern const OnSystemStart FLIPPER_ON_SYSTEM_START[];
|
||||
extern const size_t FLIPPER_ON_SYSTEM_START_COUNT;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user