diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-08 21:58:43 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-07-08 21:58:43 +1000 |
commit | 61f82ace0210251beb0bcc492218a75a193e1deb (patch) | |
tree | ce52271828fe27cab43cabc7b5adeba421bde1d7 /src/radeon_atomwrapper.c | |
parent | b4d1a47b5c6eafda5e274398eebe2701b030f22e (diff) |
atombios: add support for other endians.
This is a cleaned up (in as much as atombios can be..) of benh's patch.
airlied - removed benh's debugging for now, it might need to be put back later..
Diffstat (limited to 'src/radeon_atomwrapper.c')
-rw-r--r-- | src/radeon_atomwrapper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_atomwrapper.c b/src/radeon_atomwrapper.c index 3e7ae012..bed1471e 100644 --- a/src/radeon_atomwrapper.c +++ b/src/radeon_atomwrapper.c @@ -31,6 +31,7 @@ #define INT32 INT32 #include "CD_Common_Types.h" +#include "atombios.h" #include "CD_Definitions.h" |