X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Fprom.h;h=eacee7708c1f9300e87b7cca8db84f01aad0d00a;hp=6e4d890c49b0d28ad2f5dcfe88280b5f61be4829;hb=526b77920b050e1e37e842e8def4a5e7fb04cee6;hpb=f3d8af0e0ac4642499d5430c202ac57d1d4c5ceb diff --git a/include/prom.h b/include/prom.h index 6e4d890..eacee77 100644 --- a/include/prom.h +++ b/include/prom.h @@ -38,6 +38,8 @@ typedef void *phandle; #define BOOTDEVSZ (2048) /* iscsi args can be in excess of 1040 bytes */ #define TOK_ISCSI "iscsi" #define PROM_CLAIM_MAX_ADDR 0x8000000 +#define BOOTLASTSZ 1024 +#define FW_NBR_REBOOTSZ 4 struct prom_args; typedef int (*prom_entry)(struct prom_args *);