Commit 7db78063 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

headers: image.h -- Drop asm/types.h inclusion

This header consists of a number of constants
and a few macro helper. No need to make it
asm/types.h dependant. Instead only include
<stdbool.h> for bool definition as required
by forward fdinfo_per_id (I think this declaration
should live in somewhere else place, not sure
where yet, so I left it untouched).
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 15254477
#ifndef __CR_IMAGE_H__ #ifndef __CR_IMAGE_H__
#define __CR_IMAGE_H__ #define __CR_IMAGE_H__
#include "asm/types.h" #include <stdbool.h>
#include "compiler.h"
#include "compiler.h"
#include "magic.h" #include "magic.h"
#define PAGE_IMAGE_SIZE 4096 #define PAGE_IMAGE_SIZE 4096
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment