9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
8 lines
147 B
C
Executable File
8 lines
147 B
C
Executable File
#ifndef _ABIBITS_BLKCNT_T_H
|
|
#define _ABIBITS_BLKCNT_T_H
|
|
|
|
#include <bits/types.h>
|
|
|
|
typedef __mlibc_int64 blkcnt_t;
|
|
|
|
#endif /* _ABIBITS_BLKCNT_T_H */ |