| James Bottomley | 2908d77 | 2006-08-29 09:22:51 -0500 | [diff] [blame] | 1 | /* | 
|  | 2 | * Serial Attached SCSI (SAS) Dump/Debugging routines header file | 
|  | 3 | * | 
|  | 4 | * Copyright (C) 2005 Adaptec, Inc.  All rights reserved. | 
|  | 5 | * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> | 
|  | 6 | * | 
|  | 7 | * This file is licensed under GPLv2. | 
|  | 8 | * | 
|  | 9 | * This program is free software; you can redistribute it and/or | 
|  | 10 | * modify it under the terms of the GNU General Public License as | 
|  | 11 | * published by the Free Software Foundation; either version 2 of the | 
|  | 12 | * License, or (at your option) any later version. | 
|  | 13 | * | 
|  | 14 | * This program is distributed in the hope that it will be useful, but | 
|  | 15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | 
|  | 16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | 
|  | 17 | * General Public License for more details. | 
|  | 18 | * | 
|  | 19 | * You should have received a copy of the GNU General Public License | 
|  | 20 | * along with this program; if not, write to the Free Software | 
|  | 21 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA | 
|  | 22 | * | 
|  | 23 | */ | 
|  | 24 |  | 
|  | 25 | #include "sas_internal.h" | 
|  | 26 |  | 
| James Bottomley | 2908d77 | 2006-08-29 09:22:51 -0500 | [diff] [blame] | 27 | void sas_dprint_porte(int phyid, enum port_event pe); | 
|  | 28 | void sas_dprint_phye(int phyid, enum phy_event pe); | 
|  | 29 | void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he); | 
|  | 30 | void sas_dump_port(struct asd_sas_port *port); |