]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/video_ad7179.h
mmc: remove the unnecessary define and fix the wrong bit control
[people/ms/u-boot.git] / include / video_ad7179.h
CommitLineData
8564acf9
WD
1/*
2 * (C) Copyright 2003 Wolfgang Grandegger <wg@denx.de>
3 *
1a459660 4 * SPDX-License-Identifier: GPL-2.0+
8564acf9
WD
5 */
6
7#ifndef _VIDEO_AD7179_H_
8#define _VIDEO_AD7179_H_
9
945af8d7 10/*
8564acf9
WD
11 * The video encoder data are board specific now!
12 */
13
14#if defined(CONFIG_RRVISION)
15#include "../board/RRvision/video_ad7179.h"
16#else
17#error "Please provide a board-specific video_ad7179.h"
18#endif
19
20#endif /* _VIDEO_AD7179_H_ */