1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #ifndef FIREWALL_H
- #define FIREWALL_H
- #include "com_BmcType.h"
- #include "com_IPMIDefs.h"
- #pragma pack(1)
- typedef struct{
- uint8_t IANA[3];
- } IANA_T;
- #pragma pack()
- #endif
|