mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 13:38:12 +00:00
6 lines
92 B
C
6 lines
92 B
C
|
enum Qstr {
|
||
|
#define QDEF(id, str) id,
|
||
|
#include "genhdr/qstrdefs.generated.h"
|
||
|
#undef QDEF
|
||
|
};
|