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:
committed by
Stephen Boyd
parent
a946632630
commit
973acfd39b
@@ -204,6 +204,7 @@ header-y += unix_diag.h
|
|||||||
header-y += inotify.h
|
header-y += inotify.h
|
||||||
header-y += input.h
|
header-y += input.h
|
||||||
header-y += ioctl.h
|
header-y += ioctl.h
|
||||||
|
header-y += ion.h
|
||||||
header-y += ip.h
|
header-y += ip.h
|
||||||
header-y += ip6_tunnel.h
|
header-y += ip6_tunnel.h
|
||||||
header-y += ip_vs.h
|
header-y += ip_vs.h
|
||||||
|
|||||||
@@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <mach/ion.h>
|
|
||||||
|
|
||||||
struct ion_handle;
|
struct ion_handle;
|
||||||
/**
|
/**
|
||||||
@@ -73,6 +72,7 @@ enum ion_heap_ids {
|
|||||||
#define ION_IS_CACHED(__flags) ((__flags) & (1 << ION_CACHE_SHIFT))
|
#define ION_IS_CACHED(__flags) ((__flags) & (1 << ION_CACHE_SHIFT))
|
||||||
|
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
|
#include <mach/ion.h>
|
||||||
struct ion_device;
|
struct ion_device;
|
||||||
struct ion_heap;
|
struct ion_heap;
|
||||||
struct ion_mapper;
|
struct ion_mapper;
|
||||||
|
|||||||
Reference in New Issue
Block a user