i2c-dev.h revision a67e4de6620b570dabe0f92985228af0d0204f2c
1917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul/****************************************************************************
2917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ****************************************************************************
3917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***
4917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***   This header was automatically generated from a Linux kernel header
5917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***   of the same name, to make information necessary for userspace to
6917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***   call into the kernel available to libc.  It contains only constants,
7917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***   structures, and macros generated from the original header, and thus,
8917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***   contains no copyrightable information.
9917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***
10917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***   To edit the content of this header, modify the corresponding
11917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***   source file (e.g. under external/kernel-headers/original/) then
12917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***   run bionic/libc/kernel/tools/update_all.py
13917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***
14917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***   Any manual change here will be lost the next time this script will
15917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***   be run. You've been warned!
16917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ***
17917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ****************************************************************************
18917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul ****************************************************************************/
19917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#ifndef _UAPI_LINUX_AUXVEC_H
20917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define _UAPI_LINUX_AUXVEC_H
21917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#include <asm/auxvec.h>
22917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_NULL 0
23917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_IGNORE 1
25917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_EXECFD 2
26917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_PHDR 3
27917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_PHENT 4
28917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_PHNUM 5
30917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_PAGESZ 6
31917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_BASE 7
32917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_FLAGS 8
33917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_ENTRY 9
35917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_NOTELF 10
36917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_UID 11
37917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_EUID 12
38917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_GID 13
40917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_EGID 14
41917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_PLATFORM 15
42917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_HWCAP 16
43917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_CLKTCK 17
45917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_SECURE 23
46917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_BASE_PLATFORM 24
47917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_RANDOM 25
48917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#define AT_EXECFN 31
50917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul#endif
51917cb222329ee8c035c3ffaf947e4265761b9367Piotr Gurgul