mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-04 13:38:28 +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
|