cleanup code to remove warnings
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
27916da0a9
commit
23e2e18960
8 changed files with 8 additions and 7 deletions
|
|
@ -82,6 +82,7 @@ extern void compute_allocate_resource(struct bus *bus, struct resource *bridge,
|
|||
extern void assign_resources(struct bus *bus);
|
||||
extern void enable_resources(struct device *dev);
|
||||
extern void enumerate_static_device(void);
|
||||
extern void enumerate_static_devices(void);
|
||||
extern const char *dev_path(device_t dev);
|
||||
extern void compact_resources(device_t dev);
|
||||
extern struct resource *get_resource(device_t dev, unsigned index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue