From e18f5d61806b445ad77d93e258fbce9422b52bb6 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Sat, 3 Nov 2007 18:20:55 -0400 Subject: Initial integration of Atom code and some of Dave's code. ATOM builds, but it's not hooked up yet. --- src/radeon.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/radeon.h') diff --git a/src/radeon.h b/src/radeon.h index 532f04c1..1d2235c2 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -443,6 +443,8 @@ typedef enum { CARD_PCIE } RADEONCardType; +typedef struct _atomBIOSHandle *atomBIOSHandlePtr; + typedef struct { EntityInfoPtr pEnt; pciVideoPtr PciInfo; @@ -817,6 +819,15 @@ typedef struct { RADEONMacModel MacModel; #endif + atomBIOSHandlePtr atomBIOS; + unsigned long FbFreeStart, FbFreeSize; + + int cursor_width; + int cursor_height; + int cursor_format; + int cursor_x; + int cursor_y; + Rotation rotation; void (*PointerMoved)(int, int, int); CreateScreenResourcesProcPtr CreateScreenResources; -- cgit v1.2.3