]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - 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
CommitLineData
916ff28e
WY
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
13int mng_stub_init(struct usb_interface *intf, void *cookie, u8 len);
14int mng_get_version_string(struct usb_stub *stub, char *buf);
15int mng_set_dfu_mode(struct usb_stub *stub);
16int mng_stub_link(struct usb_interface *intf, struct usb_stub *mng_stub);
17int mng_reset(struct usb_stub *stub);
18#endif