9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
11 lines
139 B
C
11 lines
139 B
C
|
|
#ifndef _ABIBITS_DEV_T_H
|
|
#define _ABIBITS_DEV_T_H
|
|
|
|
#include <bits/types.h>
|
|
|
|
typedef __mlibc_uint64 dev_t;
|
|
|
|
#endif /* _ABIBITS_DEV_T_H */
|
|
|