diff options
author | Christopher Ferris <cferris@google.com> | 2015-01-26 10:57:07 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2015-01-26 10:57:07 -0800 |
commit | 82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f (patch) | |
tree | 2d3e27eac5a493892ef219628b1ebdc98349b948 /libc/kernel/uapi/linux/fou.h | |
parent | 7f3d65de8cf2920981d73adee278c0d7bee79170 (diff) | |
download | bionic-82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f.zip bionic-82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f.tar.gz bionic-82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f.tar.bz2 |
Update kernel headers to v3.18.3.
Bug: 19127803
Change-Id: I67fa0832322ddd0032d909476047578be052bcf2
Diffstat (limited to 'libc/kernel/uapi/linux/fou.h')
-rw-r--r-- | libc/kernel/uapi/linux/fou.h | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/libc/kernel/uapi/linux/fou.h b/libc/kernel/uapi/linux/fou.h new file mode 100644 index 0000000..080e9e5 --- /dev/null +++ b/libc/kernel/uapi/linux/fou.h @@ -0,0 +1,50 @@ +/**************************************************************************** + **************************************************************************** + *** + *** This header was automatically generated from a Linux kernel header + *** of the same name, to make information necessary for userspace to + *** call into the kernel available to libc. It contains only constants, + *** structures, and macros generated from the original header, and thus, + *** contains no copyrightable information. + *** + *** To edit the content of this header, modify the corresponding + *** source file (e.g. under external/kernel-headers/original/) then + *** run bionic/libc/kernel/tools/update_all.py + *** + *** Any manual change here will be lost the next time this script will + *** be run. You've been warned! + *** + **************************************************************************** + ****************************************************************************/ +#ifndef _UAPI_LINUX_FOU_H +#define _UAPI_LINUX_FOU_H +#define FOU_GENL_NAME "fou" +#define FOU_GENL_VERSION 0x1 +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ +enum { + FOU_ATTR_UNSPEC, + FOU_ATTR_PORT, + FOU_ATTR_AF, +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ + FOU_ATTR_IPPROTO, + FOU_ATTR_TYPE, + __FOU_ATTR_MAX, +}; +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ +#define FOU_ATTR_MAX (__FOU_ATTR_MAX - 1) +enum { + FOU_CMD_UNSPEC, + FOU_CMD_ADD, +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ + FOU_CMD_DEL, + __FOU_CMD_MAX, +}; +enum { +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ + FOU_ENCAP_UNSPEC, + FOU_ENCAP_DIRECT, + FOU_ENCAP_GUE, +}; +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ +#define FOU_CMD_MAX (__FOU_CMD_MAX - 1) +#endif |