diff options
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -172,6 +172,10 @@ enum size_unit { SIZE_MB, /** Gibibytes. */ SIZE_GB, + /** Tebibytes. */ + SIZE_TB, + /** Pebibytes. */ + SIZE_PB, }; /** |