summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-20 02:35:31 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-20 02:35:31 +0000
commit690490f7d022887a0d5390b90aabbf1545f43daf (patch)
treec7a1707bcff6f984e429eafb9062d45522037640 /cpudetect.h
parent4576b903d7aeb0820ec5b06e49487c0c86524c50 (diff)
downloadmpv-690490f7d022887a0d5390b90aabbf1545f43daf.tar.bz2
mpv-690490f7d022887a0d5390b90aabbf1545f43daf.tar.xz
Detect and show cpu name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2302 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpudetect.h b/cpudetect.h
index 2d521d801b..318ef11e10 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -17,6 +17,8 @@ typedef struct cpucaps_s {
extern CpuCaps gCpuCaps;
-void GetCpuCaps( CpuCaps *caps);
+void GetCpuCaps(CpuCaps *caps);
+char *GetCpuFriendlyName(unsigned int regs[], unsigned int regs2[]);
#endif /* ARCH_X86 */
+