/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Video Capture Driver ( Video for Linux 1/2 ) * for the Matrox Marvel G200,G400 and Rainbow Runner-G series * * This module is an interface to the KS0127 video decoder chip. * * Copyright (C) 1999 Ryan Drake <[email protected]> */ #ifndef KS0127_H #define KS0127_H /* input channels */ #define KS_INPUT_COMPOSITE_1 … #define KS_INPUT_COMPOSITE_2 … #define KS_INPUT_COMPOSITE_3 … #define KS_INPUT_COMPOSITE_4 … #define KS_INPUT_COMPOSITE_5 … #define KS_INPUT_COMPOSITE_6 … #define KS_INPUT_SVIDEO_1 … #define KS_INPUT_SVIDEO_2 … #define KS_INPUT_SVIDEO_3 … #define KS_INPUT_YUV656 … #define KS_INPUT_COUNT … /* output channels */ #define KS_OUTPUT_YUV656E … #define KS_OUTPUT_EXV … /* video standards */ #define KS_STD_NTSC_N … #define KS_STD_PAL_M … #endif /* KS0127_H */