]> Zhao Yanbai Git Server - minix.git/commit
libblockdriver: expose BLOCKDRIVER_MAX_DEVICES 63/963/2
authorDavid van Moolenbroek <david@minix3.org>
Tue, 10 Sep 2013 21:35:15 +0000 (23:35 +0200)
committerLionel Sambuc <lionel@minix3.org>
Wed, 19 Feb 2014 10:22:15 +0000 (11:22 +0100)
commit3fb735cc74f5daddb5ab282cb593e855ba78a5af
tree94b7dca0e66e0aa522d5c65aa1f2ac99a3d32468
parent0f7f3c0d549734d0e4e12338ea5dad4685522784
libblockdriver: expose BLOCKDRIVER_MAX_DEVICES

This constant determines the range of valid device_id_t values that
a block driver can return from the bdr_device hook: a value between
0 and (BLOCKDRIVER_MAX_DEVICES - 1) inclusive.

Change-Id: I80fac469e88ac13d4b869007e6f2c2f7569da433
include/minix/blockdriver_mt.h
lib/libblockdriver/const.h