criu/include/cpu.h
Cyrill Gorcunov 3914b180d3 cpuinfo: Drop cpu_set_feature from exporting
It's redundant, should be cpu local.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-10-03 13:23:34 +04:00

9 lines
170 B
C

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