Add documentation for STRTOSZ_DEFSUFFIX_ macros
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
d0dcac833a
commit
d7142456c4
@ -153,6 +153,13 @@ int qemu_fls(int i);
|
|||||||
int qemu_fdatasync(int fd);
|
int qemu_fdatasync(int fd);
|
||||||
int fcntl_setfl(int fd, int flag);
|
int fcntl_setfl(int fd, int flag);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* strtosz() suffixes used to specify the default treatment of an
|
||||||
|
* argument passed to strtosz() without an explicit suffix.
|
||||||
|
* These should be defined using upper case characters in the range
|
||||||
|
* A-Z, as strtosz() will use qemu_toupper() on the given argument
|
||||||
|
* prior to comparison.
|
||||||
|
*/
|
||||||
#define STRTOSZ_DEFSUFFIX_TB 'T'
|
#define STRTOSZ_DEFSUFFIX_TB 'T'
|
||||||
#define STRTOSZ_DEFSUFFIX_GB 'G'
|
#define STRTOSZ_DEFSUFFIX_GB 'G'
|
||||||
#define STRTOSZ_DEFSUFFIX_MB 'M'
|
#define STRTOSZ_DEFSUFFIX_MB 'M'
|
||||||
|
Loading…
Reference in New Issue
Block a user