Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56cefcea authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86 headers: include linux/types.h



To properly pick up types relied on by prototypes like 'bool'.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 999c7880
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#ifndef _ASM_X86_PAGE_H
#define _ASM_X86_PAGE_H

#include <linux/types.h>

#ifdef __KERNEL__

#include <asm/page_types.h>