#ifndef _UI_FLOW_H_ #define _UI_FLOW_H_ #include "shared_context.h" #include "os_io_seproxyhal.h" #include "ux.h" extern const ux_flow_step_t* const ux_idle_flow[]; extern const ux_flow_step_t* const ux_blind_signing_flow[]; extern const ux_flow_step_t* const ux_settings_flow[]; extern const ux_flow_step_t* const ux_display_public_flow[]; extern const ux_flow_step_t* const ux_confirm_selector_flow[]; extern const ux_flow_step_t* const ux_confirm_parameter_flow[]; extern const ux_flow_step_t* const ux_approval_allowance_flow[]; extern const ux_flow_step_t* const ux_sign_712_v0_flow[]; extern const ux_flow_step_t* const ux_display_public_eth2_flow[]; extern const ux_flow_step_t* const ux_display_privacy_public_key_flow[]; extern const ux_flow_step_t* const ux_display_privacy_shared_secret_flow[]; extern const ux_flow_step_t* ux_approval_tx_flow[15]; #endif // _UI_FLOW_H_