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

#endif /* USB_GRAPEBOARD_H_ */