site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Godfrey On Dec 7, , at 18:16, Brian Jorgage wrote: I need the IOUSBDevice class but I cannot find IOUSBDevice.h on my machine. I have Xcode installed. So where do I get this ? I don't see anywhere on developer.apple.com where individual header files seem to be available for download. Do I need to download an upgrade to Xcode or is it a separate download ? _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... Are you trying to do in kernel development? If so then the header is included by <IOKit/usb/IOUSBDevice.h> If you are outside of the kernel you probably want to use the IOKit Framework equivalent header family, which is <IOKit/usb/IOUSBLib.h> Shouldn't all necessary headers be included w/Xcode by default ? This email sent to site_archiver@lists.apple.com
participants (1)
-
Godfrey van der Linden