]>
Commit | Line | Data |
---|---|---|
8564acf9 WD |
1 | /* |
2 | * (C) Copyright 2003 Wolfgang Grandegger <[email protected]> | |
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_ */ |