Patch for AMD RS690 chipset.
[coreboot.git] / src / include / boot / coreboot_tables.h
index 3f8e60698e16088c2184dc23ac10bdb065070ee8..e9e1b8f3decc3b8d899270f699fbc3e70a861e02 100644 (file)
  * See also: util/lbtdump/lbtdump.c
  */
 
+/* AMD rs690 chip, declare global variables. */
+#if (CONFIG_GFXUMA == 1) 
+       unsigned long uma_memory_start, uma_memory_size;
+#endif
+       
+
 struct lb_uint64 {
        uint32_t lo;
        uint32_t hi;