summaryrefslogblamecommitdiffstats
path: root/include/exitcodes.h
blob: 1c5240a763d472710774b79f4c2c0147ddfff0e7 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                           
#ifndef UTIL_LINUX_EXITCODES_H
#define UTIL_LINUX_EXITCODES_H

/* Exit codes used by mkfs-type programs */
#define MKFS_OK		0	/* No errors */
#define MKFS_ERROR	8	/* Operational error */
#define MKFS_USAGE	16	/* Usage or syntax error */

#endif	/* UTIL_LINUX_EXITCODES_H */