usb.h (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) | usb.h (b65fba3d87216bfe6ae9bc77be5eb6eabb6514a4) |
---|---|
1/* 2 * Released under the GPLv2 only. 3 * SPDX-License-Identifier: GPL-2.0 4 */ 5 |
|
1#include <linux/pm.h> 2#include <linux/acpi.h> 3 4struct usb_hub_descriptor; 5struct usb_dev_state; 6 7/* Functions local to drivers/usb/core/ */ 8 --- 181 unchanged lines hidden --- | 6#include <linux/pm.h> 7#include <linux/acpi.h> 8 9struct usb_hub_descriptor; 10struct usb_dev_state; 11 12/* Functions local to drivers/usb/core/ */ 13 --- 181 unchanged lines hidden --- |