Staging: unisys: Remove RETINT macro
[linux/fpc-iii.git] / drivers / staging / android / binder.h
blobeb0834656dfe2fa8810ef7db4444516030a27e11
1 /*
2 * Copyright (C) 2008 Google, Inc.
4 * Based on, but no longer compatible with, the original
5 * OpenBinder.org binder driver interface, which is:
7 * Copyright (c) 2005 Palmsource, Inc.
9 * This software is licensed under the terms of the GNU General Public
10 * License version 2, as published by the Free Software Foundation, and
11 * may be copied, distributed, and modified under those terms.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
20 #ifndef _LINUX_BINDER_H
21 #define _LINUX_BINDER_H
23 #ifdef CONFIG_ANDROID_BINDER_IPC_32BIT
24 #define BINDER_IPC_32BIT 1
25 #endif
27 #include "uapi/binder.h"
29 #endif /* _LINUX_BINDER_H */