Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 653 → Rev 788

/shark/trunk/oslib/ll/i386/hw-arch.h
95,6 → 95,7
int X86_is386(void);
int X86_isCyrix(void);
int X86_hasCPUID(void);
void X86_enable_cyrix_cpuid(void);
 
extern LL_ARCH ll_arch;