mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-03 21:18:17 +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
|