btrfs-progs: define common geopt values for unit suffixes
authorDavid Sterba <dsterba@suse.cz>
Wed, 21 Jan 2015 17:02:42 +0000 (18:02 +0100)
committerDavid Sterba <dsterba@suse.cz>
Wed, 21 Jan 2015 17:13:18 +0000 (18:13 +0100)
Signed-off-by: David Sterba <dsterba@suse.cz>
utils.h

diff --git a/utils.h b/utils.h
index 88c3a64..82ab5e8 100644 (file)
--- a/utils.h
+++ b/utils.h
 
 #define ARGV0_BUF_SIZE PATH_MAX
 
-#define GETOPT_VAL_SI  256
-#define GETOPT_VAL_IEC 257
+#define GETOPT_VAL_SI                          256
+#define GETOPT_VAL_IEC                         257
+#define GETOPT_VAL_RAW                         258
+#define GETOPT_VAL_HUMAN_READABLE              259
+#define GETOPT_VAL_KBYTES                      260
+#define GETOPT_VAL_MBYTES                      261
+#define GETOPT_VAL_GBYTES                      262
+#define GETOPT_VAL_TBYTES                      263
 
 int check_argc_exact(int nargs, int expected);
 int check_argc_min(int nargs, int expected);