summaryrefslogtreecommitdiff
path: root/src/amd.h
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2007-04-11 13:37:02 -0600
committerJordan Crouse <jordan.crouse@amd.com>2007-04-11 13:37:52 -0600
commit8bfed84a1f972325cdf61876d7f7dfd0e8f0d4d5 (patch)
treef2fc2c5527a285a0cfa4d7a843026c22c6955482 /src/amd.h
parent2d7689990c19fd74d5fad11bcf6317a7874a6057 (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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/amd.h b/src/amd.h
index 9691eca..5cddf9a 100644
--- a/src/amd.h
+++ b/src/amd.h
@@ -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_ */