hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
kernel/include/linux/ipmi.h
....@@ -27,7 +27,7 @@
2727 * Opaque type for a IPMI message user. One of these is needed to
2828 * send and receive messages.
2929 */
30
-typedef struct ipmi_user *ipmi_user_t;
30
+struct ipmi_user;
3131
3232 /*
3333 * Stuff coming from the receive interface comes as one of these.
....@@ -333,4 +333,6 @@
333333 /* This is to get the private info of struct ipmi_smi */
334334 extern int ipmi_get_smi_info(int if_num, struct ipmi_smi_info *data);
335335
336
+#define GET_DEVICE_ID_MAX_RETRY 5
337
+
336338 #endif /* __LINUX_IPMI_H */