android_kernel_samsung_msm8976/include/linux/msm_ion.h
Mitchel Humpherys 12c920e4ca ion: msm: move msm extensions to staging
The Ion driver has moved to staging. Move the msm-specific extensions as
well. Also Update some of the build infrastructure to correctly export
the UAPI files from the staging directory.

Change-Id: I75a6760e0e2f0c9ae37196b0573fa151a8d7a33c
Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
2014-01-25 09:35:43 -08:00

6 lines
150 B
C

#ifndef __LINUX_MSM_ION_H__
#define __LINUX_MSM_ION_H__
#include "../../drivers/staging/android/ion/msm/msm_ion.h"
#endif /* __LINUX_MSM_ION_H__ */