summaryrefslogtreecommitdiff
path: root/src/amd.h
diff options
context:
space:
mode:
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_ */