diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-05-30 18:23:59 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2008-05-30 18:23:59 -0700 |
commit | 074a4aa1985219910a96b022368067e3ed5641e6 (patch) | |
tree | 9cc73b9822d9c05dc4ea8f9d197417cb07d97541 /src/mga.h | |
parent | 9ee7b04b1fe57834a541ef27b4e25acffd3ac1c5 (diff) |
Initialize default BIOS values from a data table instead of from code
Diffstat (limited to 'src/mga.h')
-rw-r--r-- | src/mga.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -428,6 +428,9 @@ struct mga_device_attributes { } BARs:2; uint32_t accel_flags; + + /** Default BIOS values. */ + struct mga_bios_values default_bios_values; }; typedef struct { |