Ignore:
Timestamp:
May 2, 2013, 6:38:04 PM (11 years ago)
Author:
meunier
Message:

Adding a syscall to allow a user to know the block size with which the block device has been configured.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/sys/drivers.h

    r232 r237  
    1919unsigned int _timer_stop(unsigned int cluster_id, unsigned int local_id);
    2020unsigned int _timer_reset_irq(unsigned int cluster_id, unsigned int local_id);
    21 unsigned int _timer_reset_irq_cpt(unsigned int cluster_id, unsigned int local_id);
     21//unsigned int _timer_reset_irq_cpt(unsigned int cluster_id, unsigned int local_id);
    2222
    2323
     
    6060unsigned int _ioc_completed();
    6161unsigned int _ioc_get_status(unsigned int * status);
     62unsigned int _ioc_get_block_size();
    6263
    6364///////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.