Factor-out human-size printing.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-05-05 11:31:53 +02:00
parent 85002bf34a
commit 310d42144b
4 changed files with 42 additions and 30 deletions

View file

@ -150,4 +150,7 @@ grub_dyncmd_get_cmd (grub_command_t cmd);
void
grub_gettext_reread_prefix (const char *val);
const char *
grub_get_human_size (grub_uint64_t size, int sh);
#endif /* ! GRUB_NORMAL_HEADER */