mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-26 11:57:52 +00:00
https://travis-ci.org/xemul/criu/builds/177585567 Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Acked-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
12 lines
341 B
C
12 lines
341 B
C
#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
|