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

    r231 r237  
    127127
    128128    // release DMA channel
    129     _dma_done[dma_global_id] = 1; 
     129    _dma_done[dma_global_id] = 1;
    130130#else
    131131    _puts("[GIET ERROR] NB_DMAS_MAX is set to zero\n");
Note: See TracChangeset for help on using the changeset viewer.