diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-10-07 11:36:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-10-07 11:36:49 +0000 |
commit | 112570a9c3177316bf7fc52bb31771fff02a2ebe (patch) | |
tree | 12b7ad726d62bc38ff1ded8dc9fa8943ba4f0978 /target/linux/ramips/files/arch | |
parent | 77e4c8d6805c0c5f80d32639cf0df251085c5834 (diff) | |
download | upstream-112570a9c3177316bf7fc52bb31771fff02a2ebe.tar.gz upstream-112570a9c3177316bf7fc52bb31771fff02a2ebe.tar.bz2 upstream-112570a9c3177316bf7fc52bb31771fff02a2ebe.zip |
ramips: add copyright header to the rt288x pci code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17968 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch')
-rw-r--r-- | target/linux/ramips/files/arch/mips/pci/pci-rt288x.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c index 76b70d09e1..8ec50d6e4c 100644 --- a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c +++ b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c @@ -1,3 +1,16 @@ +/* + * Ralink RT288x SoC PCI register definitions + * + * Copyright (C) 2009 John Crispin <blogic@openwrt.org> + * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> + * + * Parts of this file are based on Ralink's 2.6.21 BSP + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published + * by the Free Software Foundation. + */ + #include <linux/types.h> #include <linux/pci.h> #include <linux/io.h> |