summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2007-11-16 02:43:00 -0500
committerAlex Deucher <alex@botch2.(none)>2007-11-16 02:43:00 -0500
commit7d06a8791839ce6b22e2449646832b79cebf1b21 (patch)
tree88f997df699448bc51c7938514ee199a67363fbc /src/radeon.h
parent3e62730f79a13883a65a568bc821bc56055a4ab7 (diff)
WIP: sync up with the latest ATOM bios code in rhd
doesn't compile ATM
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 7c32693..fc3509a 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -543,7 +543,7 @@ typedef enum {
CARD_PCIE
} RADEONCardType;
-typedef struct _atomBIOSHandle *atomBIOSHandlePtr;
+typedef struct _atomBiosHandle *atomBiosHandlePtr;
typedef struct {
EntityInfoPtr pEnt;
@@ -919,8 +919,9 @@ typedef struct {
RADEONMacModel MacModel;
#endif
- atomBIOSHandlePtr atomBIOS;
+ atomBiosHandlePtr atomBIOS;
unsigned long FbFreeStart, FbFreeSize;
+ unsigned char* BIOSCopy;
int cursor_width;
int cursor_height;