1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux 1 2 /* 3 * include/uapi/linux/smiapp.h 4 * 5 * Generic driver for SMIA/SMIA++ compliant ca 6 * 7 * Copyright (C) 2014 Intel Corporation 8 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 * 10 * This program is free software; you can redi 11 * modify it under the terms of the GNU Genera 12 * version 2 as published by the Free Software 13 * 14 * This program is distributed in the hope tha 15 * WITHOUT ANY WARRANTY; without even the impl 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR 17 * General Public License for more details. 18 * 19 */ 20 21 #ifndef __UAPI_LINUX_SMIAPP_H_ 22 #define __UAPI_LINUX_SMIAPP_H_ 23 24 #define V4L2_SMIAPP_TEST_PATTERN_MODE_DISABLED 25 #define V4L2_SMIAPP_TEST_PATTERN_MODE_SOLID_CO 26 #define V4L2_SMIAPP_TEST_PATTERN_MODE_COLOUR_B 27 #define V4L2_SMIAPP_TEST_PATTERN_MODE_COLOUR_B 28 #define V4L2_SMIAPP_TEST_PATTERN_MODE_PN9 29 30 #endif /* __UAPI_LINUX_SMIAPP_H_ */ 31
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.