9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
8 lines
139 B
C
8 lines
139 B
C
#ifndef _ABIBITS_BLKCNT_T_H
|
|
#define _ABIBITS_BLKCNT_T_H
|
|
|
|
/* TODO: use int64_t? */
|
|
typedef long blkcnt_t;
|
|
|
|
#endif /* _ABIBITS_BLKCNT_T_H */
|