summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq806x/include/soc/usb.h
blob: 29c42524837702a8da58ab89ab4d4c7723e60f8b (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _IPQ806X_USB_H_
#define _IPQ806X_USB_H_

void setup_usb_host1(void);
void setup_usb_host2(void);

#endif /* _IPQ806X_USB_H_ */