]> Pileus Git - ~andy/linux/blobdiff - drivers/misc/hpilo.h
ARM: OMAP2+: omap_device: add fail hook for runtime_pm when bad data is detected
[~andy/linux] / drivers / misc / hpilo.h
index 54e43adbdea14b75104b5bdf674b66980eded730..b97672e0cf905cd2656cdc304d8f9b0fa8e96a24 100644 (file)
@@ -14,7 +14,9 @@
 #define ILO_NAME "hpilo"
 
 /* max number of open channel control blocks per device, hw limited to 32 */
-#define MAX_CCB                8
+#define MAX_CCB               24
+/* min number of open channel control blocks per device, hw limited to 32 */
+#define MIN_CCB                8
 /* max number of supported devices */
 #define MAX_ILO_DEV    1
 /* max number of files */