summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/usb_grapeboard.h
blob: 352550ccd3337640b80c8db0db9c5b6c2d8cd186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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_ */