X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Fprom.h;h=e0397ecaea2276b28be552f8ad462cab2db95da3;hp=eacee7708c1f9300e87b7cca8db84f01aad0d00a;hb=f91756b6306e4da8aef013c8b375b32c2c0c3a2f;hpb=0df88bef1fd2fb7bba04a7381bd8fe05ee2b230c diff --git a/include/prom.h b/include/prom.h index eacee77..e0397ec 100644 --- a/include/prom.h +++ b/include/prom.h @@ -152,7 +152,7 @@ struct bootp_packet { unsigned char chaddr[16]; unsigned char sname[64]; unsigned char file[128]; - /* vendor options go here if we need them */ + unsigned char options[]; /* vendor options */ }; struct bootp_packet * prom_get_netinfo (void);