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