OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [or1ksim/] [peripheral/] [atadevice.h] - Diff between revs 1693 and 1694

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1693 Rev 1694
Line 172... Line 172...
        unsigned long size;    /* size in MB of the simulated device  */
        unsigned long size;    /* size in MB of the simulated device  */
        int  packet;  /* device implements PACKET command set         */
        int  packet;  /* device implements PACKET command set         */
} ata_device;
} ata_device;
 
 
typedef struct{
typedef struct{
  ata_device device0, device1;
  ata_device device[2];
} ata_devices;
} ata_devices;
 
 
 
 
/* all devices                                                        */
/* all devices                                                        */
void  ata_devices_init(ata_devices *devices);
void  ata_devices_init(ata_devices *devices);

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.