31 lines · c
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */2/*3 * include/uapi/linux/smiapp.h4 *5 * Generic driver for SMIA/SMIA++ compliant camera modules6 *7 * Copyright (C) 2014 Intel Corporation8 * Contact: Sakari Ailus <sakari.ailus@iki.fi>9 *10 * This program is free software; you can redistribute it and/or11 * modify it under the terms of the GNU General Public License12 * version 2 as published by the Free Software Foundation.13 *14 * This program is distributed in the hope that it will be useful, but15 * WITHOUT ANY WARRANTY; without even the implied warranty of16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU17 * 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 025#define V4L2_SMIAPP_TEST_PATTERN_MODE_SOLID_COLOUR 126#define V4L2_SMIAPP_TEST_PATTERN_MODE_COLOUR_BARS 227#define V4L2_SMIAPP_TEST_PATTERN_MODE_COLOUR_BARS_GREY 328#define V4L2_SMIAPP_TEST_PATTERN_MODE_PN9 429 30#endif /* __UAPI_LINUX_SMIAPP_H_ */31