diff options
Diffstat (limited to 'src/radeon_atombios.h')
-rw-r--r-- | src/radeon_atombios.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_atombios.h b/src/radeon_atombios.h index 5e8cc245..33925a52 100644 --- a/src/radeon_atombios.h +++ b/src/radeon_atombios.h @@ -134,6 +134,7 @@ typedef unsigned short USHORT; # include "atombios.h" # include "ObjectID.h" + /* * This works around a bug in atombios.h where * ATOM_MAX_SUPPORTED_DEVICE_INFO is specified incorrectly. @@ -218,6 +219,7 @@ typedef struct _atomBiosHandle { int scrnIndex; unsigned char *BIOSBase; atomDataTablesPtr atomDataPtr; + unsigned int cmd_offset; pointer *scratchBase; CARD32 fbBase; #if XSERVER_LIBPCIACCESS |