]> git.ozlabs.org Git - yaboot.git/blobdiff - include/prom.h
Add prom_claim_chunk_top
[yaboot.git] / include / prom.h
index 3dd4a51680881f73db6c01447f987f6d2497a9c9..62e65480810e79f3654823ce5af04226adff99d9 100644 (file)
@@ -38,7 +38,7 @@ typedef void *phandle;
 #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 PROM_CLAIM_MAX_ADDR    0x10000000
 #define BOOTLASTSZ             1024
 #define FW_NBR_REBOOTSZ                4
 
@@ -92,6 +92,7 @@ int prom_set_color(prom_handle device, int color, int r, int g, int b);
 /* memory */
 
 void *prom_claim_chunk(void *virt, unsigned int size, unsigned int align);
+void *prom_claim_chunk_top(unsigned int size, unsigned int align);
 void *prom_claim (void *virt, unsigned int size, unsigned int align);
 void prom_release(void *virt, unsigned int size);
 void prom_map (void *phys, void *virt, int size);