]> Git Repo - J-u-boot.git/blobdiff - include/uuid.h
eficonfig: add "Edit Boot Option" menu entry
[J-u-boot.git] / include / uuid.h
index 0c653cb087482eb582017f75c289aa1d29447e0a..4a4883d3b5b6417514baa944f86d90c7725a6cce 100644 (file)
@@ -23,6 +23,7 @@ struct uuid {
 #define UUID_STR_FORMAT_GUID   BIT(0)
 #define UUID_STR_UPPER_CASE    BIT(1)
 
+/* Use UUID_STR_LEN + 1 for string space */
 #define UUID_STR_LEN           36
 #define UUID_BIN_LEN           sizeof(struct uuid)
 
This page took 0.026732 seconds and 4 git commands to generate.