mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
18 lines
371 B
C
18 lines
371 B
C
|
/*
|
||
|
* include/linux/ashmem.h
|
||
|
*
|
||
|
* Copyright 2008 Google Inc.
|
||
|
* Author: Robert Love
|
||
|
*
|
||
|
* This file is dual licensed. It may be redistributed and/or modified
|
||
|
* under the terms of the Apache 2.0 License OR version 2 of the GNU
|
||
|
* General Public License.
|
||
|
*/
|
||
|
|
||
|
#ifndef _LINUX_ASHMEM_H
|
||
|
#define _LINUX_ASHMEM_H
|
||
|
|
||
|
#include <uapi/linux/ashmem.h>
|
||
|
|
||
|
#endif /* _LINUX_ASHMEM_H */
|