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

#ifndef _IPQ806X_USB_H_
#define _IPQ806X_USB_H_

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

#endif /* _IPQ806X_USB_H_ */