]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/video_ad7179.h
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[karo-tx-uboot.git] / include / video_ad7179.h
1 /*
2  * (C) Copyright 2003 Wolfgang Grandegger <wg@denx.de>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef _VIDEO_AD7179_H_
8 #define _VIDEO_AD7179_H_
9
10 /*
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_ */