mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 02:16:58 +07:00
b69dce6341
The RZ/A2 is similar to the R-Car Gen3 with some small differences. Signed-off-by: Chris Brandt <chris.brandt@renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6 lines
193 B
C
6 lines
193 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
#include "common.h"
|
|
|
|
extern const struct renesas_usbhs_platform_callback usbhs_rza1_ops;
|
|
extern const struct renesas_usbhs_platform_callback usbhs_rza2_ops;
|