mv_defs.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | mv_defs.h (873e65bc09078e56eaa51af2c9c60da2fad6fdbf) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ |
|
1/* 2 * Marvell 88SE64xx/88SE94xx const head file 3 * 4 * Copyright 2007 Red Hat, Inc. 5 * Copyright 2008 Marvell. <kewei@marvell.com> 6 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> | 2/* 3 * Marvell 88SE64xx/88SE94xx const head file 4 * 5 * Copyright 2007 Red Hat, Inc. 6 * Copyright 2008 Marvell. <kewei@marvell.com> 7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> |
7 * 8 * This file is licensed under GPLv2. 9 * 10 * This program is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU General Public License as 12 * published by the Free Software Foundation; version 2 of the 13 * License. 14 * 15 * This program is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * General Public License for more details. 19 * 20 * You should have received a copy of the GNU General Public License 21 * along with this program; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 23 * USA | |
24*/ 25 26#ifndef _MV_DEFS_H_ 27#define _MV_DEFS_H_ 28 29#define PCI_DEVICE_ID_ARECA_1300 0x1300 30#define PCI_DEVICE_ID_ARECA_1320 0x1320 31 --- 479 unchanged lines hidden --- | 8*/ 9 10#ifndef _MV_DEFS_H_ 11#define _MV_DEFS_H_ 12 13#define PCI_DEVICE_ID_ARECA_1300 0x1300 14#define PCI_DEVICE_ID_ARECA_1320 0x1320 15 --- 479 unchanged lines hidden --- |