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