X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Finclude%2Fdevice%2Fdevice.h;h=df8fb5f6d5564e4d06bde07c46a040b2fcdb0a09;hb=b0259117f214a80d1ca945bd1fe05b6b3d9858a9;hp=d0cc370980462639e3e724a81d9900a39ad9cb56;hpb=f98ad3ace0852159c6e716a5563a9c3df8cf76f3;p=coreboot.git diff --git a/src/include/device/device.h b/src/include/device/device.h index d0cc37098..df8fb5f6d 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -117,6 +117,9 @@ const char *bus_path(struct bus *bus); void dev_set_enabled(device_t dev, int enable); void disable_children(struct bus *bus); +/* Option ROM helper functions */ +void run_bios(struct device *dev, unsigned long addr); + /* Helper functions */ device_t find_dev_path(struct bus *parent, struct device_path *path); device_t alloc_find_dev(struct bus *parent, struct device_path *path);