summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq40xx/include/soc/usb.h
blob: 7f69386cc981c7b37f5a5abc0922b441a51c7bb5 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _IPQ40XX_USB_H_
#define _IPQ40XX_USB_H_

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

#endif /* _IPQ40XX_USB_H_ */