diff options
author | Eric Anholt <anholt@leguin.anholt.net> | 2006-07-07 13:41:33 -0700 |
---|---|---|
committer | Eric Anholt <anholt@leguin.anholt.net> | 2006-07-07 13:41:33 -0700 |
commit | df333cc9a848bc2299a52a7613fe4ffdff8038a2 (patch) | |
tree | e3e315114ffbe2cc13ab1472f518231dd0a9503a /src/ch7xxx/ch7xxx.h | |
parent | e1064f52b0ff69ea7937897b8c951cc3e32cd752 (diff) |
Initial add of DVO support code. Probes my sil164.
This is a mostly-untested merge of airlied's work. The I2C modules are intended
to be moved into the core server or a separate driver module when they're
functional and we're happy with the API.
Diffstat (limited to 'src/ch7xxx/ch7xxx.h')
-rw-r--r-- | src/ch7xxx/ch7xxx.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/ch7xxx/ch7xxx.h b/src/ch7xxx/ch7xxx.h new file mode 100644 index 00000000..5ae0ab8c --- /dev/null +++ b/src/ch7xxx/ch7xxx.h @@ -0,0 +1,33 @@ +/************************************************************************** + + Copyright 2006 Dave Airlie <airlied@linux.ie> + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +on the rights to use, copy, modify, merge, publish, distribute, sub +license, and/or sell copies of the Software, and to permit persons to whom +the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL +THE COPYRIGHT HOLDERS AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +USE OR OTHER DEALINGS IN THE SOFTWARE. + +**************************************************************************/ + +#ifndef CH7xxx_H +#define CH7xxx_H + +#define CH7xxx_ADDR_1 0x76 + +#define CH7xxx_SYMBOL_LIST "CH7xxxVidOutput" + +#endif |