You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/fw_cs/svc_numbers.h

12 lines
215 B

#ifndef CORE_SVC_NUMBERS_H
#define CORE_SVC_NUMBERS_H
// service calls
#define CORE_SVC_PRINT 1
#define CORE_SVC_GET_SECRET 2
// special service calls
#define CORE_SVC_START_APP 255
#endif // CORE_SVC_NUMBERS_H