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