mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
Moved to asm cpuid call. Support for CPU name string. Output skecth on main
This commit is contained in:
10
extended.h
Normal file
10
extended.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __EXTENDED__
|
||||
#define __EXTENDED__
|
||||
|
||||
#define MASK 0xFF
|
||||
#include "cpuid.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
char* getCPUName();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user