Re: cannot find framework header files
Re: cannot find framework header files
- Subject: Re: cannot find framework header files
- From: Joel Reymont <email@hidden>
- Date: Thu, 29 Jan 2009 20:05:33 +0000
On Jan 29, 2009, at 8:02 PM, Alexander von Below wrote:
If I am not entirely mistaken, this is a userland header. What are
you trying to do?
Subclass it for a type 00 driver, i.e.
SEAforth24.h:
#include <IOKit/scsi-commands/IOSCSIPeripheralDeviceType00.h>
#include <IOKit/scsi-commands/IOBlockStorageServices.h>
class com_wagerlabs_driver_SEAforth24 : public
IOSCSIPeripheralDeviceType00
{
OSDeclareDefaultStructors(com_wagerlabs_driver_SEAforth24)
public:
IOReturn S24Read(IOMemoryDescriptor *buffer);
IOReturn S24Write(IOMemoryDescriptor *buffer);
protected:
bool InitializeDeviceSupport (void);
IOReturn S24Init(void);
IOReturn S24SyncIO(UInt8 direction, IOMemoryDescriptor *buffer);
...
---
http://tinyco.de
--- Mac & iPhone
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden