2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 05:18:00 +00:00

common: Move processor.h in

travis-ci: success for Common headers
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov 2016-10-24 14:58:07 +03:00 committed by Pavel Emelyanov
parent 263061d923
commit 8fa72cf711
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef __CR_ATOMIC_H__
#define __CR_ATOMIC_H__
#include "asm/processor.h"
#include "common/arch/arm/asm/processor.h"
typedef struct {
int counter;