mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 09:05:10 +00:00
travis-ci: success for compel uapi cleanups Signed-off-by: Kir Kolyshkin <kir@openvz.org> Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
11 lines
249 B
C
11 lines
249 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 compel_cpu_has_feature(unsigned int feature);
|
|
|
|
#endif /* UAPI_COMPEL_CPU_H__ */
|