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/libs/stdio.h

    r232 r237  
    3434unsigned int giet_ioc_write(unsigned int lba, void * buffer, unsigned int count);
    3535unsigned int giet_ioc_completed();
     36unsigned int giet_ioc_block_size();
    3637
    3738/* Frame buffer device related functions */
Note: See TracChangeset for help on using the changeset viewer.