From 690490f7d022887a0d5390b90aabbf1545f43daf Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sat, 20 Oct 2001 02:35:31 +0000 Subject: Detect and show cpu name. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2302 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpudetect.h') 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 */ + -- cgit v1.2.3