Kbuild: Add ion header file

Make sure the header file for Ion gets exported to userspace.
Also make sure userspace can actually use the header.

Change-Id: I44f436005a6a503811c85d4fb0f89264ba160571
Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
This commit is contained in:
Laura Abbott
2011-09-23 10:40:19 -07:00
committed by Stephen Boyd
parent a946632630
commit 973acfd39b
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,6 @@
#include <linux/ioctl.h>
#include <linux/types.h>
#include <mach/ion.h>
struct ion_handle;
/**
@@ -73,6 +72,7 @@ enum ion_heap_ids {
#define ION_IS_CACHED(__flags) ((__flags) & (1 << ION_CACHE_SHIFT))
#ifdef __KERNEL__
#include <mach/ion.h>
struct ion_device;
struct ion_heap;
struct ion_mapper;