diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/device/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index 0ae4f888b3..a4ef456add 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -131,9 +131,11 @@ extern struct bus *free_links; extern const char mainboard_name[]; +#if CONFIG_GFXUMA /* IGD UMA memory */ extern uint64_t uma_memory_base; extern uint64_t uma_memory_size; +#endif /* Generic device interface functions */ device_t alloc_dev(struct bus *parent, struct device_path *path); |