182d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris/****************************************************************************
282d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ****************************************************************************
382d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***
482d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***   This header was automatically generated from a Linux kernel header
582d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***   of the same name, to make information necessary for userspace to
682d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***   call into the kernel available to libc.  It contains only constants,
782d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***   structures, and macros generated from the original header, and thus,
882d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***   contains no copyrightable information.
982d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***
1082d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***   To edit the content of this header, modify the corresponding
1182d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***   source file (e.g. under external/kernel-headers/original/) then
1282d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***   run bionic/libc/kernel/tools/update_all.py
1382d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***
1482d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***   Any manual change here will be lost the next time this script will
1582d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***   be run. You've been warned!
1682d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ***
1782d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ****************************************************************************
1882d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris ****************************************************************************/
1982d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#ifndef __UAPI_LINUX_SMIAPP_H_
2082d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define __UAPI_LINUX_SMIAPP_H_
2182d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define V4L2_SMIAPP_TEST_PATTERN_MODE_DISABLED 0
2282d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define V4L2_SMIAPP_TEST_PATTERN_MODE_SOLID_COLOUR 1
2382d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define V4L2_SMIAPP_TEST_PATTERN_MODE_COLOUR_BARS 2
2482d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define V4L2_SMIAPP_TEST_PATTERN_MODE_COLOUR_BARS_GREY 3
2582d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define V4L2_SMIAPP_TEST_PATTERN_MODE_PN9 4
2682d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#endif
27