From 9ca3ec1085f018bd8cceb3a45b3755843704db66 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 7 Jun 2010 21:19:24 +0000 Subject: [PATCH] [PSDK] - Update/improve some usb related headers' headers. svn path=/branches/header-work/; revision=47682 --- include/psdk/usb.h | 22 +++++++++++++++++++++- include/psdk/usb100.h | 2 +- include/psdk/usb200.h | 22 +++++++++++++++++++++- include/psdk/usbcamdi.h | 2 +- include/psdk/usbdi.h | 2 +- include/psdk/usbioctl.h | 2 +- include/psdk/usbiodef.h | 20 ++++++++++++++++++++ include/psdk/usbrpmif.h | 20 ++++++++++++++++++++ include/psdk/usbuser.h | 2 +- 9 files changed, 87 insertions(+), 7 deletions(-) diff --git a/include/psdk/usb.h b/include/psdk/usb.h index 8edf7a9f552..9fe5f1de492 100644 --- a/include/psdk/usb.h +++ b/include/psdk/usb.h @@ -1,6 +1,26 @@ +/* + * usb.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Casper S. Hornstrup + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + #pragma once -/* Helper macro to enable gcc's extension. */ +/* Helper macro to enable gcc's extension. */ #ifndef __GNU_EXTENSION #ifdef __GNUC__ #define __GNU_EXTENSION __extension__ diff --git a/include/psdk/usb100.h b/include/psdk/usb100.h index 7e43d302268..b22bd529a08 100644 --- a/include/psdk/usb100.h +++ b/include/psdk/usb100.h @@ -3,7 +3,7 @@ * * USB 1.0 support * - * This file is part of the w32api package. + * This file is part of the ReactOS PSDK package. * * Contributors: * Created by Casper S. Hornstrup diff --git a/include/psdk/usb200.h b/include/psdk/usb200.h index ad021d165fa..5d6fd656886 100644 --- a/include/psdk/usb200.h +++ b/include/psdk/usb200.h @@ -1,6 +1,26 @@ +/* + * usb200.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Magnus Olsen. + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + #pragma once -/* Helper macro to enable gcc's extension. */ +/* Helper macro to enable gcc's extension. */ #ifndef __GNU_EXTENSION #ifdef __GNUC__ #define __GNU_EXTENSION __extension__ diff --git a/include/psdk/usbcamdi.h b/include/psdk/usbcamdi.h index 31d77733ab4..ab6d4806ec8 100644 --- a/include/psdk/usbcamdi.h +++ b/include/psdk/usbcamdi.h @@ -3,7 +3,7 @@ * * USB Camera driver interface. * - * This file is part of the w32api package. + * This file is part of the ReactOS PSDK package. * * Contributors: * Created by Casper S. Hornstrup diff --git a/include/psdk/usbdi.h b/include/psdk/usbdi.h index 014b0299a2f..0e1c3936497 100644 --- a/include/psdk/usbdi.h +++ b/include/psdk/usbdi.h @@ -5,7 +5,7 @@ * * FIXME : Obsolete header.. Use usb.h instead. * - * This file is part of the w32api package. + * This file is part of the ReactOS PSDK package. * * Contributors: * Created by Casper S. Hornstrup diff --git a/include/psdk/usbioctl.h b/include/psdk/usbioctl.h index d9aebda5d3f..646a33ab7f8 100644 --- a/include/psdk/usbioctl.h +++ b/include/psdk/usbioctl.h @@ -3,7 +3,7 @@ * * USB IOCTL interface. * - * This file is part of the w32api package. + * This file is part of the ReactOS PSDK package. * * Contributors: * Created by Casper S. Hornstrup diff --git a/include/psdk/usbiodef.h b/include/psdk/usbiodef.h index 94238ac24a4..87a55d4a973 100644 --- a/include/psdk/usbiodef.h +++ b/include/psdk/usbiodef.h @@ -1,3 +1,23 @@ +/* + * usbiodef.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Casper S. Hornstrup + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + #pragma once #define USB_SUBMIT_URB 0 diff --git a/include/psdk/usbrpmif.h b/include/psdk/usbrpmif.h index c6ee0c4a6a0..9695cc7eb21 100644 --- a/include/psdk/usbrpmif.h +++ b/include/psdk/usbrpmif.h @@ -1,3 +1,23 @@ +/* + * usbrpmif.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Amine Khaldi + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + #pragma once #include "windef.h" diff --git a/include/psdk/usbuser.h b/include/psdk/usbuser.h index 0087467dd4b..188d9484abd 100644 --- a/include/psdk/usbuser.h +++ b/include/psdk/usbuser.h @@ -3,7 +3,7 @@ * * USB user mode IOCTL interface * - * This file is part of the w32api package. + * This file is part of the ReactOS PSDK package. * * Contributors: * Created by Casper S. Hornstrup