X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Fprom.h;h=a512f2be5a4d1db15a144dfc3e256ce81eb0bc93;hp=eacee7708c1f9300e87b7cca8db84f01aad0d00a;hb=f9631a4c18c659a6144a697e0c629fe63a44970f;hpb=526b77920b050e1e37e842e8def4a5e7fb04cee6 diff --git a/include/prom.h b/include/prom.h index eacee77..a512f2b 100644 --- a/include/prom.h +++ b/include/prom.h @@ -37,6 +37,7 @@ typedef void *phandle; #define PROM_INVALID_HANDLE ((prom_handle)-1UL) #define BOOTDEVSZ (2048) /* iscsi args can be in excess of 1040 bytes */ #define TOK_ISCSI "iscsi" +#define TOK_IPV6 "ipv6" #define PROM_CLAIM_MAX_ADDR 0x8000000 #define BOOTLASTSZ 1024 #define FW_NBR_REBOOTSZ 4 @@ -152,7 +153,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);