xref: /rk3399_ARM-atf/include/drivers/st/stm32mp1_usb.h (revision 82bb6c2e88314a5b3f2326c95095c3b20a389947)
1 /*
2  * Copyright (c) 2021, STMicroelectronics - All Rights Reserved
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef STM32MP1_USB_H
8 #define STM32MP1_USB_H
9 
10 #include <drivers/usb_device.h>
11 
12 void stm32mp1_usb_init_driver(struct usb_handle *usb_core_handle,
13 			      struct pcd_handle *pcd_handle,
14 			      void *base_register);
15 
16 #endif /* STM32MP1_USB_H */
17