Deleted Added
full compact
usb_core.h (193045) usb_core.h (193074)
1/* $FreeBSD: head/sys/dev/usb/usb_core.h 193045 2009-05-29 18:46:57Z thompsa $ */
1/* $FreeBSD: head/sys/dev/usb/usb_core.h 193074 2009-05-30 00:22:57Z 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.

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

279#ifndef USB_HAVE_FRLENGTH_T
280typedef uint32_t usb_frlength_t; /* bytes */
281#endif
282
283#ifndef USB_HAVE_FRCOUNT_T
284typedef uint32_t usb_frcount_t; /* units */
285#endif
286
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.

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

279#ifndef USB_HAVE_FRLENGTH_T
280typedef uint32_t usb_frlength_t; /* bytes */
281#endif
282
283#ifndef USB_HAVE_FRCOUNT_T
284typedef uint32_t usb_frcount_t; /* units */
285#endif
286
287#ifndef USB_HAVE_SIZE_T
288typedef uint32_t usb_size_t; /* bytes */
289#endif
290
287#ifndef USB_HAVE_TICKS_T
288typedef uint32_t usb_ticks_t; /* system defined */
289#endif
290
291#ifndef USB_HAVE_POWER_MASK_T
292typedef uint16_t usb_power_mask_t; /* see "USB_HW_POWER_XXX" */
293#endif
294

--- 249 unchanged lines hidden ---
291#ifndef USB_HAVE_TICKS_T
292typedef uint32_t usb_ticks_t; /* system defined */
293#endif
294
295#ifndef USB_HAVE_POWER_MASK_T
296typedef uint16_t usb_power_mask_t; /* see "USB_HW_POWER_XXX" */
297#endif
298

--- 249 unchanged lines hidden ---