blob: 46ce79d31d54efd93b13ba40c820d6de36a5b206 [file] [log] [blame]
Dan Albert287553d2017-02-16 10:47:51 -08001/****************************************************************************
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