summaryrefslogtreecommitdiff
path: root/src/radeon_atomwrapper.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.(none)>2007-11-18 17:44:36 -0500
committerAlex Deucher <alex@botch2.(none)>2007-11-18 17:44:36 -0500
commit1cd7cc3e6758ab1012f3ced6e958a1517f45557f (patch)
tree9657c25396f6a807231d72ae8bdf3444628f8cfe /src/radeon_atomwrapper.c
parentb155fa872ee4ca5d801e942aee6e619cef104f35 (diff)
WIP: new atom code comples.
I commented out the object parsing for the time being as using it will require some thought as to new output related data structures.
Diffstat (limited to 'src/radeon_atomwrapper.c')
-rw-r--r--src/radeon_atomwrapper.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/radeon_atomwrapper.c b/src/radeon_atomwrapper.c
index cdcb5322..259366c2 100644
--- a/src/radeon_atomwrapper.c
+++ b/src/radeon_atomwrapper.c
@@ -23,7 +23,11 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#include "radeon_atomwrapper.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+//#include "radeon_atomwrapper.h"
#define INT32 INT32
#include "CD_Common_Types.h"
@@ -36,7 +40,7 @@ ParseTableWrapper(void *pspace, int index, void *handle, void *BIOSBase,
{
DEVICE_DATA deviceData;
int ret = 0;
-
+
/* FILL OUT PARAMETER SPACE */
deviceData.pParameterSpace = (UINT32*) pspace;
deviceData.CAIL = handle;