Changeset 20371 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 8, 2009 12:28:49 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48294
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/darwin/iokit.h
r11638 r20371 77 77 #define VBOX_IOKIT_MODE_STRING "VBoxIOKitMode" 78 78 79 __BEGIN_DECLS79 RT_BEGIN_DECLS 80 80 #ifdef VBOX_WITH_USB 81 81 void * DarwinSubscribeUSBNotifications(void); … … 87 87 PDARWINDVD DarwinGetDVDDrives(void); 88 88 PDARWINETHERNIC DarwinGetEthernetControllers(void); 89 __END_DECLS89 RT_END_DECLS 90 90 91 91 #endif
Note:
See TracChangeset
for help on using the changeset viewer.