]> git.ozlabs.org Git - yaboot.git/blobdiff - include/prom.h
This is a combination of three patches (the first two for adding
[yaboot.git] / include / prom.h
index 4bc91597622df219c92fd0423a71f6bf9ff701ca..a0f277cdc49da1aa7dcd61aa98200e74e704fa28 100644 (file)
@@ -93,6 +93,7 @@ void prom_map (void *phys, void *virt, int size);
 prom_handle prom_finddevice (char *name);
 prom_handle prom_findpackage (char *path);
 int prom_getprop (prom_handle dev, char *name, void *buf, int len);
+int prom_getproplen(prom_handle, const char *);
 int prom_get_devtype (char *device);
 
 /* misc */