summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-meson/usb.h
blob: b794b5ce77aefce794f4243f1422511c59270df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2019 BayLibre, SAS
 * Author: Neil Armstrong <narmstrong@baylibre.com>
 */

#ifndef __MESON_USB_H__
#define __MESON_USB_H__

int dwc3_meson_g12a_force_mode(struct udevice *dev, enum usb_dr_mode mode);

#endif /* __MESON_USB_H__ */