Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
6c35c7c97628cb81eb26c2a059b0dde2879d91aa
/
.
/
e2fsprogs
/
fsck.h
blob: 537b266193b613c850618642811b1330a206d11c [
file
] [
log
] [
blame
]
/*
* fsck.h
*/
#define
FSCK_ATTR
(
x
)
__attribute__
(
x
)
#define
EXIT_OK
0
#define
EXIT_NONDESTRUCT
1
#define
EXIT_DESTRUCT
2
#define
EXIT_UNCORRECTED
4
#define
EXIT_ERROR
8
#define
EXIT_USAGE
16
#define
EXIT_LIBRARY
128