Changeset 76527 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Dec 30, 2018 5:55:44 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127829
- Location:
- trunk/src/VBox/HostDrivers/VBoxUSB
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.h
r69500 r76527 27 27 #ifndef ___VBoxUSBFilterMgr_h 28 28 #define ___VBoxUSBFilterMgr_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/usbfilter.h> -
trunk/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSBInterface.h
r69500 r76527 27 27 #ifndef ___VBoxUSBInterface_h 28 28 #define ___VBoxUSBInterface_h 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/usbfilter.h> -
trunk/src/VBox/HostDrivers/VBoxUSB/os2/usbcalls.h
r31896 r76527 1 #ifndef _usbcalls_h__ 1 2 #ifndef _usbcalls_h_ 2 3 #define _usbcalls_h_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #ifdef __cplusplus -
trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.h
r69500 r76527 27 27 #ifndef ___VBoxDrvTool_win_h___ 28 28 #define ___VBoxDrvTool_win_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include <VBox/cdefs.h> -
trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbIdc.h
r69500 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxUsbIdc_h___ 27 28 #define ___VBoxUsbIdc_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 29 33 #define VBOXUSBIDC_VERSION_MAJOR 1 -
trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.h
r69500 r76527 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 #ifndef ___VBoxUsbTool_h___ 27 28 #define ___VBoxUsbTool_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 28 32 29 33 #include "VBoxDrvTool.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbCmn.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxUsbCmn_h___ 26 27 #define ___VBoxUsbCmn_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #include "../cmn/VBoxDrvTool.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.h
r69500 r76527 27 27 #ifndef ___VBoxUsbDev_h___ 28 28 #define ___VBoxUsbDev_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "VBoxUsbCmn.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h
r69500 r76527 27 27 #ifndef ___VBoxUsbPnP_h___ 28 28 #define ___VBoxUsbPnP_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 #include "VBoxUsbCmn.h" 30 33 -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPwr.h
r69500 r76527 26 26 #ifndef ___VBoxUsbPwr_h___ 27 27 #define ___VBoxUsbPwr_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 typedef struct VBOXUSB_PWRSTATE -
trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxUsbRt_h___ 26 27 #define ___VBoxUsbRt_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #include "VBoxUsbCmn.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.h
r69500 r76527 27 27 #ifndef ___win_mon_VBoxUsbFlt_h___ 28 28 #define ___win_mon_VBoxUsbFlt_h___ 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 # pragma once 31 #endif 29 32 30 33 #include "VBoxUsbMon.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbHook.h
r69500 r76527 26 26 #ifndef ___VBoxUsbHook_h___ 27 27 #define ___VBoxUsbHook_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include "VBoxUsbMon.h" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.h
r69500 r76527 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 25 26 #ifndef ___VBoxUsbMon_h___ 26 27 #define ___VBoxUsbMon_h___ 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 27 31 28 32 #include <VBox/cdefs.h>
Note:
See TracChangeset
for help on using the changeset viewer.