~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/scsi/libsas/sas_dump.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include "sas_internal.h"
26
26
 
27
 
#ifdef SAS_DEBUG
28
 
 
29
27
void sas_dprint_porte(int phyid, enum port_event pe);
30
28
void sas_dprint_phye(int phyid, enum phy_event pe);
31
29
void sas_dprint_hae(struct sas_ha_struct *sas_ha, enum ha_event he);
32
30
void sas_dump_port(struct asd_sas_port *port);
33
 
 
34
 
#else /* SAS_DEBUG */
35
 
 
36
 
static inline void sas_dprint_porte(int phyid, enum port_event pe) { }
37
 
static inline void sas_dprint_phye(int phyid, enum phy_event pe) { }
38
 
static inline void sas_dprint_hae(struct sas_ha_struct *sas_ha,
39
 
                                  enum ha_event he) { }
40
 
static inline void sas_dump_port(struct asd_sas_port *port) { }
41
 
 
42
 
#endif /* SAS_DEBUG */