kernel_samsung_a34x-permissive/drivers/usb/mtu3/mt6833/mtu3_priv.h
2024-04-28 15:51:13 +02:00

20 lines
315 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#ifndef __MTU3_PRIV__
#define __MTU3_PRIV__
struct ssusb_priv {
struct regulator *vusb10;
};
extern void usb_audio_req(bool on);
extern int mtu3_phy_init_debugfs(struct phy *phy);
extern int mtu3_phy_exit_debugfs(void);
#endif