]> git.ozlabs.org Git - yaboot.git/blobdiff - include/prom.h
Commit yaboot 1.3.5-pre1
[yaboot.git] / include / prom.h
index 546d082e4a26cf63c719b57895166ebd9b32f23a..69a812079779e41a2b277b040873945680ae7fbb 100644 (file)
@@ -87,6 +87,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_get_devtype (char *device);
 
 /* misc */