2 * (C) Copyright 2003 Wolfgang Grandegger <wg@denx.de>
4 * SPDX-License-Identifier: GPL-2.0+
7 #ifndef _VIDEO_AD7179_H_
8 #define _VIDEO_AD7179_H_
11 * The video encoder data are board specific now!
14 #if defined(CONFIG_RRVISION)
15 #include "../board/RRvision/video_ad7179.h"
17 #error "Please provide a board-specific video_ad7179.h"
20 #endif /* _VIDEO_AD7179_H_ */