Re: cannot find framework header files
Re: cannot find framework header files
- Subject: Re: cannot find framework header files
- From: Alexander von Below <email@hidden>
- Date: Thu, 29 Jan 2009 21:10:56 +0100
OK, I see I am mistaken.
But the question (and it is much better asked on the scsi-ata-list)
remains: What exactly you trying to do?
You have been asking a lot of questions, on a lot of mailing lists,
and it would be good to understand the overall scope of what you are
doing
Alex
Am 29.01.2009 um 21:05 schrieb Joel Reymont:
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