X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=fb53826902d7507e1f82d874c2fbc947167664d8;hb=7b396a45d43cc464539cc25799ddda3a27339bd8;hp=1843557728814111383342402c64c98f46974514;hpb=c25601a71b0951225691aa2edc389826f7f3836c;p=petitboot diff --git a/lib/types/types.h b/lib/types/types.h index 1843557..fb53826 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -16,6 +16,7 @@ struct device { }; struct boot_option { + char *device_id; char *id; char *name; char *description;