hpsa.h (8d58b66ed2b000f27658c88a4ed70e8042e86a58) | hpsa.h (1358f6dc5875f5cef06eeeeb4532f382aaff8483) |
---|---|
1/* 2 * Disk Array driver for HP Smart Array SAS controllers | 1/* 2 * Disk Array driver for HP Smart Array SAS controllers |
3 * Copyright 2000, 2014 Hewlett-Packard Development Company, L.P. | 3 * Copyright 2014-2015 PMC-Sierra, Inc. 4 * Copyright 2000,2009-2015 Hewlett-Packard Development Company, L.P. |
4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; version 2 of the License. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 12 * NON INFRINGEMENT. See the GNU General Public License for more details. 13 * | 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; version 2 of the License. 9 * 10 * This program is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 13 * NON INFRINGEMENT. See the GNU General Public License for more details. 14 * |
14 * You should have received a copy of the GNU General Public License 15 * along with this program; if not, write to the Free Software 16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 15 * Questions/Comments/Bugfixes to storagedev@pmcs.com |
17 * | 16 * |
18 * Questions/Comments/Bugfixes to iss_storagedev@hp.com 19 * | |
20 */ 21#ifndef HPSA_H 22#define HPSA_H 23 24#include <scsi/scsicam.h> 25 26#define IO_OK 0 27#define IO_ERROR 1 --- 559 unchanged lines hidden --- | 17 */ 18#ifndef HPSA_H 19#define HPSA_H 20 21#include <scsi/scsicam.h> 22 23#define IO_OK 0 24#define IO_ERROR 1 --- 559 unchanged lines hidden --- |