mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef __TREZORHAL_USB_H__
|
|
#define __TREZORHAL_USB_H__
|
|
|
|
int usb_init(void);
|
|
|
|
#endif
|