2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-23 02:17:22 +00:00
criu/compel/include/compel-cpu.h

12 lines
341 B
C
Raw Normal View History

#ifndef __COMPEL_CPU_H__
#define __COMPEL_CPU_H__
#include <compel/cpu.h>
#include "asm/cpu.h"
extern void compel_set_cpu_cap(compel_cpuinfo_t *info, unsigned int feature);
extern void compel_clear_cpu_cap(compel_cpuinfo_t *info, unsigned int feature);
extern int compel_test_cpu_cap(compel_cpuinfo_t *info, unsigned int feature);
#endif