Searched defs:BIOSDEV (Results 1 – 2 of 2) sorted by relevance
42 #define BIOSDEV(major, minor) (((minor) == 0) ? ((major) + 2) : 0) macro