1 /******************************************************************************* 2 * Copyright 2019-2020 Microchip FPGA Embedded Systems Solutions. 3 * 4 * SPDX-License-Identifier: MIT 5 * 6 * PolarFire SoC MSS USB Driver Stack 7 * USB Core Interface Layer (USB-CIFL) 8 * USB-CIF. 9 * 10 * MSS USB register map 11 * 12 */ 13 14 #ifndef __MSS_USB_REGS_H_ 15 #define __MSS_USB_REGS_H_ 16 17 18 #ifdef __cplusplus 19 extern "C" { 20 #endif 21 22 23 #ifdef __cplusplus 24 } 25 #endif 26 27 #endif /* __MSS_USB_COMMON_REG_IO_H_ */ 28