ramips: add copyright header to the rt288x pci code
SVN-Revision: 17968
This commit is contained in:
parent
8154790328
commit
6a54d033fc
1 changed files with 13 additions and 0 deletions
|
@ -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/types.h>
|
||||||
#include <linux/pci.h>
|
#include <linux/pci.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
|
|
Loading…
Reference in a new issue