module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / infiniband / hw / ehca / ehca_classes.h
index aaf6023a4835e79551226a6262678dc83b28d7bb..f08f6eaf3fa8822340c8d01693d4fbe5c3dfdd75 100644 (file)
@@ -379,8 +379,8 @@ extern spinlock_t shca_list_lock;
 
 extern int ehca_static_rate;
 extern int ehca_port_act_time;
-extern int ehca_use_hp_mr;
-extern int ehca_scaling_code;
+extern bool ehca_use_hp_mr;
+extern bool ehca_scaling_code;
 extern int ehca_lock_hcalls;
 extern int ehca_nr_ports;
 extern int ehca_max_cq;
This page took 0.023705 seconds and 5 git commands to generate.