coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
usb.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _IPQ40XX_USB_H_
4 #define _IPQ40XX_USB_H_
5 
6 void setup_usb_host1(void);
7 void setup_usb_host2(void);
8 
9 #endif /* _IPQ40XX_USB_H_ */
void setup_usb_host2(void)
Definition: usb.c:202
void setup_usb_host1(void)
Definition: usb.c:274