X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=include%2Fprom.h;fp=include%2Fprom.h;h=4bc91597622df219c92fd0423a71f6bf9ff701ca;hb=778a7e33cfa273b52c5b6256e61da1e00303d304;hp=97008030d52afbd1aa613b2efd8738bff00c99b0;hpb=6f00a510abbfaa45b580cf5f371f0168ba662d3d;p=tonyb-yaboot.git diff --git a/include/prom.h b/include/prom.h index 9700803..4bc9159 100644 --- a/include/prom.h +++ b/include/prom.h @@ -34,6 +34,8 @@ typedef void *ihandle; 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" struct prom_args; typedef int (*prom_entry)(struct prom_args *);