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/sys_handler.c

    r232 r237  
    4646    &_ioc_read,            /* 0x16 */
    4747    &_ioc_completed,       /* 0x17 */
    48     &_sys_ukn,             /* 0x18 */
     48    &_ioc_get_block_size,  /* 0x18 */
    4949    &_sys_ukn,             /* 0x19 */
    5050    &_vobj_get_vbase,      /* 0x1A */
Note: See TracChangeset for help on using the changeset viewer.