.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * v4l2-fh.h |
---|
3 | 4 | * |
---|
.. | .. |
---|
7 | 8 | * Copyright (C) 2009--2010 Nokia Corporation. |
---|
8 | 9 | * |
---|
9 | 10 | * Contact: Sakari Ailus <sakari.ailus@iki.fi> |
---|
10 | | - * |
---|
11 | | - * This program is free software; you can redistribute it and/or |
---|
12 | | - * modify it under the terms of the GNU General Public License |
---|
13 | | - * version 2 as published by the Free Software Foundation. |
---|
14 | | - * |
---|
15 | | - * This program is distributed in the hope that it will be useful, but |
---|
16 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
18 | | - * General Public License for more details. |
---|
19 | 11 | */ |
---|
20 | 12 | |
---|
21 | 13 | #ifndef V4L2_FH_H |
---|
.. | .. |
---|
61 | 53 | unsigned int navailable; |
---|
62 | 54 | u32 sequence; |
---|
63 | 55 | |
---|
64 | | -#if IS_ENABLED(CONFIG_V4L2_MEM2MEM_DEV) |
---|
65 | 56 | struct v4l2_m2m_ctx *m2m_ctx; |
---|
66 | | -#endif |
---|
67 | 57 | }; |
---|
68 | 58 | |
---|
69 | 59 | /** |
---|