summaryrefslogtreecommitdiff
path: root/src/mga.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mga.h')
-rw-r--r--src/mga.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mga.h b/src/mga.h
index 798f412..c7fd93d 100644
--- a/src/mga.h
+++ b/src/mga.h
@@ -431,6 +431,10 @@ struct mga_device_attributes {
/** Default BIOS values. */
struct mga_bios_values default_bios_values;
+
+ /** Default memory probe offset / size values. */
+ unsigned probe_size;
+ unsigned probe_offset;
};
typedef struct {