.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Samsung Exynos4x12 FIMC-IS (Imaging Subsystem) driver |
---|
3 | 4 | * |
---|
.. | .. |
---|
7 | 8 | * |
---|
8 | 9 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> |
---|
9 | 10 | * Sylwester Nawrocki <s.nawrocki@samsung.com> |
---|
10 | | - * |
---|
11 | | - * This program is free software; you can redistribute it and/or modify |
---|
12 | | - * it under the terms of the GNU General Public License version 2 as |
---|
13 | | - * published by the Free Software Foundation. |
---|
14 | 11 | */ |
---|
15 | 12 | |
---|
16 | 13 | #ifndef FIMC_IS_CMD_H_ |
---|
.. | .. |
---|
18 | 15 | |
---|
19 | 16 | #define FIMC_IS_COMMAND_VER 110 /* FIMC-IS command set version 1.10 */ |
---|
20 | 17 | |
---|
21 | | -/* Enumeration of commands beetween the FIMC-IS and the host processor. */ |
---|
| 18 | +/* Enumeration of commands between the FIMC-IS and the host processor. */ |
---|
22 | 19 | |
---|
23 | 20 | /* HOST to FIMC-IS */ |
---|
24 | 21 | #define HIC_PREVIEW_STILL 0x0001 |
---|