Changeset 2483
- Timestamp:
- 04/27/04 03:11:32 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-ipmi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-ipmi.c
r1721 r2483 60 60 {0} 61 61 }; /* send address */ 62 static struct ipmi_msg message; /* send message */63 static long msgid; /* message ID */64 62 static int interfaces; /* number of BMC's found */ 65 static int (*rcv_callback)(struct i2c_client *client, unsigned int cmd,66 void *arg);67 63 68 64
