trezor-core/micropython/trezorhal/usb.h

7 lines
85 B
C

#ifndef __TREZORHAL_USB_H__
#define __TREZORHAL_USB_H__
int usb_init(void);
#endif