Searched defs:RTDEV (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dtypes.h844 typedef uint32_t RTDEV; typedef
846 typedef RTDEV *PRTDEV;
848 /** @name RTDEV Macros
852 * @returns RTDEV
856 #define RTDEV_MAKE(uMajor, uMinor) ((RTDEV)( ((RTDEV)(uMajor) << 24) | (uMinor & UINT32_C(0x00ffffff)) ))
858 * Get the major device node number from an RTDEV type.
864 * Get the minor device node number from an RTDEV type.

Completed in 56 milliseconds