diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-24 12:30:01 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-24 12:30:01 +0000 |
commit | 2189d0cffc87184b8ad79c5fd7b109b0f81e8cca (patch) | |
tree | 8ffaf7fbb5e6cad681f792c3609c57a17e134047 /target/linux/rdc/files-2.6.24/include/asm-x86/mach-rdc/rdc321x_defs.h | |
parent | 1376b2744128db97e9981f6dc77dd032ef2259bb (diff) | |
download | mtk-20170518-2189d0cffc87184b8ad79c5fd7b109b0f81e8cca.zip mtk-20170518-2189d0cffc87184b8ad79c5fd7b109b0f81e8cca.tar.gz mtk-20170518-2189d0cffc87184b8ad79c5fd7b109b0f81e8cca.tar.bz2 |
move files to files-2.6.24, not required with newer kernels
SVN-Revision: 15380
Diffstat (limited to 'target/linux/rdc/files-2.6.24/include/asm-x86/mach-rdc/rdc321x_defs.h')
-rw-r--r-- | target/linux/rdc/files-2.6.24/include/asm-x86/mach-rdc/rdc321x_defs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/rdc/files-2.6.24/include/asm-x86/mach-rdc/rdc321x_defs.h b/target/linux/rdc/files-2.6.24/include/asm-x86/mach-rdc/rdc321x_defs.h new file mode 100644 index 0000000..838ba8f --- /dev/null +++ b/target/linux/rdc/files-2.6.24/include/asm-x86/mach-rdc/rdc321x_defs.h @@ -0,0 +1,6 @@ +#define PFX "rdc321x: " + +/* General purpose configuration and data registers */ +#define RDC3210_CFGREG_ADDR 0x0CF8 +#define RDC3210_CFGREG_DATA 0x0CFC +#define RDC_MAX_GPIO 0x3A |