/* * Copyright 2018 Scalys B.V. * opensource@scalys.com * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef USB_GRAPEBOARD_H_ #define USB_GRAPEBOARD_H_ int usb_hx3_hub_init(void); int usb_hx3_hub_reset(void); void usb_hub_reset_devices(int); #endif /* USB_GRAPEBOARD_H_ */