aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ashmem.h
blob: 80b90974ec2490ae237702fcde066c8a915c7cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * 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>

int get_ashmem_file(int fd, struct file **filp, struct file **vm_file,
			unsigned long *len);
void put_ashmem_file(struct file *file);

#endif	/* _LINUX_ASHMEM_H */