blob: 1a46b585f1701ebb94dd4ccab1b5e3a60035d2ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/* SPDX-License-Identifier: GPL-2.0 */
/*
* RZ/G2L USB PHY common definitions
*
* Copyright (C) 2021-2023 Renesas Electronics Corp.
*/
#ifndef RENESAS_RZG2L_USBPHY_H
#define RENESAS_RZG2L_USBPHY_H
#include <fdtdec.h>
struct rzg2l_usbphy_ctrl_priv {
fdt_addr_t regs;
};
#endif /* RENESAS_RZG2L_USBPHY_H */
|