added PICMG netfn\n ran lindent

This commit is contained in:
Francois Isabelle 2005-07-12 13:09:33 +00:00
parent c792f6e7e1
commit f9f0599908

View File

@ -57,7 +57,6 @@
#define IPMI_PAYLOAD_TYPE_RAKP_3 0x14
#define IPMI_PAYLOAD_TYPE_RAKP_4 0x15
extern int verbose;
extern int csv_output;
@ -72,7 +71,6 @@ struct ipmi_rq {
} msg;
};
/*
* This is what the sendrcv_v2() function would take as an argument. The common case
* is for payload_type to be IPMI_PAYLOAD_TYPE_IPMI.
@ -136,8 +134,6 @@ struct ipmi_v2_payload {
} payload;
};
struct ipmi_rq_entry {
struct ipmi_rq req;
struct ipmi_intf *intf;
@ -147,9 +143,6 @@ struct ipmi_rq_entry {
struct ipmi_rq_entry *next;
};
struct ipmi_rs {
uint8_t ccode;
uint8_t data[IPMI_BUF_SIZE];
@ -180,7 +173,6 @@ struct ipmi_rs {
uint16_t msglen;
} session;
/*
* A union of the different possible payload meta-data
*/
@ -232,8 +224,6 @@ struct ipmi_rs {
} payload;
};
#define IPMI_NETFN_CHASSIS 0x0
#define IPMI_NETFN_BRIDGE 0x2
#define IPMI_NETFN_SE 0x4
@ -241,6 +231,7 @@ struct ipmi_rs {
#define IPMI_NETFN_FIRMWARE 0x8
#define IPMI_NETFN_STORAGE 0xa
#define IPMI_NETFN_TRANSPORT 0xc
#define IPMI_NETFN_PICMG 0x2C
#define IPMI_NETFN_ISOL 0x34
#define IPMI_BMC_SLAVE_ADDR 0x20