tape-kernel 1.0
a modular modern independent kernel
Loading...
Searching...
No Matches
cpu.h
Go to the documentation of this file.
1#ifndef CPU_H
2#define CPU_H
3
4#include "../lib/types.h"
5
6#define getcpu __getcpu
7
8void __getcpu(char *buffer, uint32_t buffer_size);
9
10#endif
void __getcpu(char *buffer, uint32_t buffer_size)
getcpu detects cpu vendor and model information
Definition cpu.c:29
unsigned int uint32_t
Definition types.h:30