kernel/include/linux/ipmi.h
.. .. @@ -27,7 +27,7 @@ 27 27 * Opaque type for a IPMI message user. One of these is needed to 28 28 * send and receive messages. 29 29 */ 30 -typedef struct ipmi_user *ipmi_user_t;30 +struct ipmi_user;31 31 32 32 /* 33 33 * Stuff coming from the receive interface comes as one of these. .. .. @@ -333,4 +333,6 @@ 333 333 /* This is to get the private info of struct ipmi_smi */ 334 334 extern int ipmi_get_smi_info(int if_num, struct ipmi_smi_info *data); 335 335 336 +#define GET_DEVICE_ID_MAX_RETRY 5337 +336 338 #endif /* __LINUX_IPMI_H */