blob: 67c1ec0ce4414b937029622016cecd11266f4bd7 [file] [log] [blame]
wdenk8564acf2003-07-14 22:13:32 +00001/*
2 * (C) Copyright 2003 Wolfgang Grandegger <wg@denx.de>
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
wdenk8564acf2003-07-14 22:13:32 +00005 */
6
7#ifndef _VIDEO_AD7179_H_
8#define _VIDEO_AD7179_H_
9
wdenk945af8d2003-07-16 21:53:01 +000010/*
wdenk8564acf2003-07-14 22:13:32 +000011 * 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_ */