criu/include/cpu.h
Cyrill Gorcunov fcb9a9bfb1 cpu: Make cpu routines being per-acrh
They are really depends on CPU we're running on.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-02-18 18:42:08 +04:00

10 lines
221 B
C

#ifndef __CR_CPU_H__
#define __CR_CPU_H__
#include "asm/cpu.h"
extern void cpu_set_feature(unsigned int feature);
extern bool cpu_has_feature(unsigned int feature);
extern int cpu_init(void);
#endif /* __CR_CPU_H__ */