Changes in uspace/srv/bd/rd/rd.c [08232ee:1313ee9] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/rd/rd.c

    r08232ee r1313ee9  
    153153                        ipc_answer_1(callid, EOK, block_size);
    154154                        continue;
    155                 case BD_GET_NUM_BLOCKS:
    156                         ipc_answer_2(callid, EOK, LOWER32(rd_size / block_size),
    157                             UPPER32(rd_size / block_size));
    158                         continue;
    159155                default:
    160156                        /*
Note: See TracChangeset for help on using the changeset viewer.