]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/usb/intel_ulpss/mng_stub.h
UBUNTU: SAUCE: IPU driver release WW48 with MCU
[mirror_ubuntu-jammy-kernel.git] / drivers / usb / intel_ulpss / mng_stub.h
1
2 /* SPDX-License-Identifier: GPL-2.0-only */
3 /*
4 * Intel LPSS USB driver
5 *
6 * Copyright (c) 2020, Intel Corporation.
7 */
8
9 #ifndef __MNG_STUB_H__
10 #define __MNG_STUB_H__
11 #include "usb_stub.h"
12
13 int mng_stub_init(struct usb_interface *intf, void *cookie, u8 len);
14 int mng_get_version_string(struct usb_stub *stub, char *buf);
15 int mng_set_dfu_mode(struct usb_stub *stub);
16 int mng_stub_link(struct usb_interface *intf, struct usb_stub *mng_stub);
17 int mng_reset(struct usb_stub *stub);
18 #endif