]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
Use 'Primary' instead of 'Current' for flash sides
[petitboot] / lib / types / types.h
index 63c1c7c811aaed6deb2ba26630dc23d7611eb668..6ff4620e54a5ac0b129cec00a949c522a730bf2c 100644 (file)
@@ -93,9 +93,9 @@ struct blockdev_info {
 struct system_info {
        char                    *type;
        char                    *identifier;
-       char                    **platform_current;
+       char                    **platform_primary;
        char                    **platform_other;
-       unsigned int            n_current;
+       unsigned int            n_primary;
        unsigned int            n_other;
        char                    **bmc_current;
        char                    **bmc_golden;