![]() |
Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
|
Go to the source code of this file.
Macros | |
| #define | major(dev) ((int) (((dev) >> 8) & 0xff)) |
| #define | minor(dev) ((int) ((dev) &0xff)) |
| #define | makedev(ma, mi) ((((ma) &0xff) << 8) | ((mi) &0xff)) |