1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-10-07 10:09:34 +00:00
Files
a155-U-u1/kernel-5.10/include/linux/usb/f_ss_mon_gadget.h
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

26 lines
845 B
C

/*
* Gadget Function Driver for Android USB accessories
*
* Copyright (C) 2021 samsung.com.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
#ifndef _F_SS_MON_GADGHET_H_
#define _F_SS_MON_GADGHET_H_
#include <linux/usb/gadget.h>
extern void usb_reset_notify(struct usb_gadget *gadget);
extern void vbus_session_notify(struct usb_gadget *gadget, int is_active, int ret);
extern void make_suspend_current_event(void);
#endif