Deleted Added
full compact
usb_bus.h (190749) usb_bus.h (190754)
1/* $FreeBSD: head/sys/dev/usb/usb_bus.h 190749 2009-04-05 21:24:15Z piso $ */
1/* $FreeBSD: head/sys/dev/usb/usb_bus.h 190754 2009-04-06 00:22:49Z thompsa $ */
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

--- 13 unchanged lines hidden (view full) ---

23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 */
26
27#ifndef _USB2_BUS_H_
28#define _USB2_BUS_H_
29
30/*
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

--- 13 unchanged lines hidden (view full) ---

23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 */
26
27#ifndef _USB2_BUS_H_
28#define _USB2_BUS_H_
29
30/*
31 * The following structure defines the USB explore message sent to the
32 * USB explore process.
31 * The following structure defines the USB explore message sent to the USB
32 * explore process.
33 */
34
35struct usb2_bus_msg {
36 struct usb2_proc_msg hdr;
37 struct usb2_bus *bus;
38};
39
40/*

--- 74 unchanged lines hidden ---
33 */
34
35struct usb2_bus_msg {
36 struct usb2_proc_msg hdr;
37 struct usb2_bus *bus;
38};
39
40/*

--- 74 unchanged lines hidden ---