src/compat_cpu.h
raw ยท 108 bytes
#ifndef COMPAT_CPU_H
#define COMPAT_CPU_H
int compat_cpu_count(void);
void sleep_ms(unsigned int);
#endif
An L4 proxy designed to act as a tiny transparent shim
raw ยท 108 bytes
#ifndef COMPAT_CPU_H
#define COMPAT_CPU_H
int compat_cpu_count(void);
void sleep_ms(unsigned int);
#endif