mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 09:35:12 +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>
11 lines
242 B
C
11 lines
242 B
C
#ifndef UAPI_COMPEL_CPU_H__
|
|
#define UAPI_COMPEL_CPU_H__
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <compel/asm/cpu.h>
|
|
|
|
extern int compel_cpuid(compel_cpuinfo_t *info);
|
|
extern bool cpu_has_feature(unsigned int feature);
|
|
|
|
#endif /* UAPI_COMPEL_CPU_H__ */
|