9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
9 lines
113 B
C
9 lines
113 B
C
|
|
#ifndef _ABIBITS_DEV_T_H
|
|
#define _ABIBITS_DEV_T_H
|
|
|
|
typedef unsigned long dev_t;
|
|
|
|
#endif /* _ABIBITS_DEV_T_H */
|
|
|