Unify the include guards accross all header files
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef _SIGN_TX_H_
|
||||
#define _SIGN_TX_H_
|
||||
|
||||
#include "shared_context.h"
|
||||
|
||||
typedef enum {
|
||||
@@ -12,3 +15,5 @@ void finalizeParsing(bool direct);
|
||||
void prepareFeeDisplay();
|
||||
void prepareNetworkDisplay();
|
||||
void ux_approve_tx(bool fromPlugin);
|
||||
|
||||
#endif // _SIGN_TX_H_
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
#pragma once
|
||||
#ifndef _UI_PLUGIN_H_
|
||||
#define _UI_PLUGIN_H_
|
||||
|
||||
void plugin_ui_get_id();
|
||||
void plugin_ui_get_item();
|
||||
void display_next_plugin_item(bool entering);
|
||||
void display_next_plugin_item(bool entering);
|
||||
|
||||
#endif // _UI_PLUGIN_H_
|
||||
|
||||
Reference in New Issue
Block a user