mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-18 11:21:11 +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
|