Changeset 3662 in vbox for trunk/src/VBox/Main/darwin/iokit.h
- Timestamp:
- Jul 17, 2007 1:22:40 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22937
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/darwin/iokit.h
-
Property svn:keywords
set to
Id
r2981 r3662 1 /* * $Id:$ */1 /* $Id$ */ 2 2 /** @file 3 3 * Main - Darwin IOKit Routines. … … 27 27 #ifdef VBOX_WITH_USB 28 28 # include <VBox/usb.h> 29 #endif 29 #endif 30 30 31 31 /** … … 40 40 } DARWINDVD, *PDARWINDVD; 41 41 42 /** The run loop mode string used by iokit.cpp when it registers 42 /** The run loop mode string used by iokit.cpp when it registers 43 43 * notifications events. */ 44 44 #define VBOX_IOKIT_MODE_STRING "VBoxIOKitMode" … … 50 50 void DarwinUnsubscribeUSBNotifications(void *pvOpaque); 51 51 PUSBDEVICE DarwinGetUSBDevices(void); 52 void DarwinFreeUSBDeviceFromIOKit(PUSBDEVICE pCur); 52 53 #endif 53 54 __END_DECLS -
Property svn:keywords
set to
Note:
See TracChangeset
for help on using the changeset viewer.