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
8
void
__getcpu
(
char
*buffer,
uint32_t
buffer_size);
9
10
#endif
__getcpu
void __getcpu(char *buffer, uint32_t buffer_size)
getcpu detects cpu vendor and model information
Definition
cpu.c:29
types.h
uint32_t
unsigned int uint32_t
Definition
types.h:30
src
kernel
cpu.h
Generated by
1.16.1