OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / prebuilt / ndk / android-ndk-r4 / platforms / android-8 / arch-arm / usr / include / linux / vt_buffer.h
1 /****************************************************************************
2  ****************************************************************************
3  ***
4  ***   This header was automatically generated from a Linux kernel header
5  ***   of the same name, to make information necessary for userspace to
6  ***   call into the kernel available to libc.  It contains only constants,
7  ***   structures, and macros generated from the original header, and thus,
8  ***   contains no copyrightable information.
9  ***
10  ****************************************************************************
11  ****************************************************************************/
12 #ifndef _LINUX_VT_BUFFER_H_
13 #define _LINUX_VT_BUFFER_H_
14
15 #ifndef VT_BUF_HAVE_RW
16 #define scr_writew(val, addr) (*(addr) = (val))
17 #define scr_readw(addr) (*(addr))
18 #define scr_memcpyw(d, s, c) memcpy(d, s, c)
19 #define scr_memmovew(d, s, c) memmove(d, s, c)
20 #define VT_BUF_HAVE_MEMCPYW
21 #define VT_BUF_HAVE_MEMMOVEW
22 #endif
23
24 #ifndef VT_BUF_HAVE_MEMSETW
25 #endif
26 #ifndef VT_BUF_HAVE_MEMCPYW
27 #endif
28 #ifndef VT_BUF_HAVE_MEMMOVEW
29 #endif
30 #endif