diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2007-04-11 13:37:02 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2007-04-11 13:37:52 -0600 |
commit | 8bfed84a1f972325cdf61876d7f7dfd0e8f0d4d5 (patch) | |
tree | f2fc2c5527a285a0cfa4d7a843026c22c6955482 /src/amd.h | |
parent | 2d7689990c19fd74d5fad11bcf6317a7874a6057 (diff) |
Add Linux MSR suport for LX
Extend the GX MSR support to LX - this is to support the VSAless
OFW, and share code.
Diffstat (limited to 'src/amd.h')
-rw-r--r-- | src/amd.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -478,4 +478,8 @@ void GeodePointerMoved(int index, int x, int y); void GeodeFreeScreen(int scrnIndex, int flags); int GeodeCalculatePitchBytes(unsigned int width, unsigned int bpp); +/* amd_msr.c */ +int GeodeReadMSR(unsigned long addr, unsigned long *lo, unsigned long *hi); +int GeodeWriteMSR(unsigned long addr, unsigned long lo, unsigned long hi); + #endif /* _AMD_GEODE_H_ */ |