X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Fprom.h;h=69a812079779e41a2b277b040873945680ae7fbb;hp=546d082e4a26cf63c719b57895166ebd9b32f23a;hb=5613f9fab88b71f14259856b390f1cc989b602bf;hpb=8d5a42062f8b88eaea91434e53973ce9f55589d9 diff --git a/include/prom.h b/include/prom.h index 546d082..69a8120 100644 --- a/include/prom.h +++ b/include/prom.h @@ -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 */