diff options
-rw-r--r-- | src/radeon_tv.c | 4 | ||||
-rw-r--r-- | src/radeon_tv.h | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/radeon_tv.c b/src/radeon_tv.c index 1d0b2c6..5acc4ff 100644 --- a/src/radeon_tv.c +++ b/src/radeon_tv.c @@ -1,3 +1,7 @@ +/* + * Integrated TV out support based on the GATOS code by + * Federico Ulivi <fulivi@lycos.com> + */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/radeon_tv.h b/src/radeon_tv.h index 179b87b..829efba 100644 --- a/src/radeon_tv.h +++ b/src/radeon_tv.h @@ -1,4 +1,9 @@ /* + * Integrated TV out support based on the GATOS code by + * Federico Ulivi <fulivi@lycos.com> + */ + +/* * Maximum length of horizontal/vertical code timing tables for state storage */ #define MAX_H_CODE_TIMING_LEN 32 |