2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00
criu/include/cpu.h

14 lines
307 B
C
Raw Normal View History

#ifndef __CR_CPU_H__
#define __CR_CPU_H__
#include "asm/cpu.h"
extern bool cpu_has_feature(unsigned int feature);
extern int cpu_init(void);
2014-10-01 17:53:50 +04:00
extern int cpu_dump_cpuinfo(void);
extern int cpu_validate_cpuinfo(void);
extern int cpuinfo_dump(void);
extern int cpuinfo_check(void);
#endif /* __CR_CPU_H__ */