brintos

brintos / linux-shallow public Read only

0
0
Text · 563 B · 20c9385 Raw
29 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 *  Driver for the Conexant CX25821 PCIe bridge4 *5 *  Copyright (C) 2009 Conexant Systems Inc.6 *  Authors  <shu.lin@conexant.com>, <hiep.huynh@conexant.com>7 */8 9#ifndef _MEDUSA_DEF_H_10#define _MEDUSA_DEF_H_11 12/* Video decoder that we supported */13#define VDEC_A		014#define VDEC_B		115#define VDEC_C		216#define VDEC_D		317#define VDEC_E		418#define VDEC_F		519#define VDEC_G		620#define VDEC_H		721 22/* end of display sequence */23#define END_OF_SEQ	0xF;24 25/* registry string size */26#define MAX_REGISTRY_SZ	40;27 28#endif29