wdenk | 8564acf | 2003-07-14 22:13:32 +0000 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2003 Wolfgang Grandegger <wg@denx.de> |
| 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
wdenk | 8564acf | 2003-07-14 22:13:32 +0000 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _VIDEO_AD7179_H_ |
| 8 | #define _VIDEO_AD7179_H_ |
| 9 | |
wdenk | 945af8d | 2003-07-16 21:53:01 +0000 | [diff] [blame] | 10 | /* |
wdenk | 8564acf | 2003-07-14 22:13:32 +0000 | [diff] [blame] | 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_ */ |