treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
[linux-2.6-block.git] / drivers / media / pci / cx25821 / cx25821-medusa-defines.h
CommitLineData
c942fddf 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1a9fc855
MCC
2/*
3 * Driver for the Conexant CX25821 PCIe bridge
4 *
5 * Copyright (C) 2009 Conexant Systems Inc.
6 * Authors <shu.lin@conexant.com>, <hiep.huynh@conexant.com>
1a9fc855
MCC
7 */
8
9#ifndef _MEDUSA_DEF_H_
02b20b0b 10#define _MEDUSA_DEF_H_
1a9fc855 11
bc8b5dca 12/* Video decoder that we supported */
1a9fc855
MCC
13#define VDEC_A 0
14#define VDEC_B 1
15#define VDEC_C 2
16#define VDEC_D 3
17#define VDEC_E 4
18#define VDEC_F 5
19#define VDEC_G 6
20#define VDEC_H 7
21
6d8c2ba1 22/* end of display sequence */
7618aa0e 23#define END_OF_SEQ 0xF;
1a9fc855 24
6d8c2ba1 25/* registry string size */
7618aa0e 26#define MAX_REGISTRY_SZ 40;
1a9fc855 27
02b20b0b 28#endif