mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-23 08:28:46 +00:00
include options.h in address.h
This commit is contained in:
parent
f49fe75e15
commit
cfe8f39cd4
@ -27,6 +27,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
#include "options.h"
|
||||||
|
|
||||||
size_t address_prefix_bytes_len(uint32_t address_type);
|
size_t address_prefix_bytes_len(uint32_t address_type);
|
||||||
void address_write_prefix_bytes(uint32_t address_type, uint8_t *out);
|
void address_write_prefix_bytes(uint32_t address_type, uint8_t *out);
|
||||||
|
Loading…
Reference in New Issue
Block a user