blob: 49e535a31771af081a394b67a959b4aa96507188 (
plain)
1
2
3
4
5
|
// SPDX-License-Identifier: GPL-2.0
#include "common.h"
extern const struct renesas_usbhs_platform_callback usbhs_rcar3_ops;
extern const struct renesas_usbhs_platform_callback usbhs_rcar3_with_pll_ops;
|