sas_dump.h 1.2 KB

123456789101112131415161718192021222324252627282930
  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. #include "sas_internal.h"
  25. void sas_dprint_porte(int phyid, enum port_event pe);
  26. void sas_dprint_phye(int phyid, enum phy_event pe);
  27. void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he);
  28. void sas_dump_port(struct asd_sas_port *port);