Ignore:
Timestamp:
Jan 26, 2014, 11:29:15 AM (10 years ago)
Author:
cfuguet
Message:

Modifications in the ioc_driver:

  • Introducing uniform interface to access block device controller. All drivers for new disk controllers must respect the interface specified in the ioc_driver header file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/ioc_driver.h

    r258 r279  
    7171                                unsigned int count );
    7272
    73 extern unsigned int _ioc_get_status();
     73extern unsigned int _ioc_get_status( unsigned int  channel,
     74                                     unsigned int* status );
    7475
    7576extern unsigned int _ioc_get_block_size();
Note: See TracChangeset for help on using the changeset viewer.