ashmem: Move ashmem.h from staging to include/linux and export it

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
Stephen Boyd
2013-01-18 18:57:50 -08:00
parent 390b8ce553
commit a8c1feebc6
3 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
#include <linux/bitops.h>
#include <linux/mutex.h>
#include <linux/shmem_fs.h>
#include "ashmem.h"
#include <linux/ashmem.h>
#define ASHMEM_NAME_PREFIX "dev/ashmem/"
#define ASHMEM_NAME_PREFIX_LEN (sizeof(ASHMEM_NAME_PREFIX) - 1)

View File

@@ -46,6 +46,7 @@ header-y += agpgart.h
header-y += aio_abi.h
header-y += apm_bios.h
header-y += arcfb.h
header-y += ashmem.h
header-y += atalk.h
header-y += atm.h
header-y += atm_eni.h