| 66 | }; |
| 67 | |
| 68 | struct BMC |
| 69 | { |
| 70 | Header header; |
| 71 | struct |
| 72 | { |
| 73 | struct |
| 74 | { |
| 75 | u32 kind; |
| 76 | u32 size; |
| 77 | } header; |
| 78 | |
| 79 | u16 numColors; |
| 80 | u16 colorFormat; |
| 81 | u32 entries[256]; |
| 82 | // padding bytes, 32 byte alignment |
| 83 | } colorTable; |
| 84 | }; |
| 85 | |
| 86 | namespace ReadPrintMessage |
| 87 | { // Autogenerated |
nothing calls this directly
no outgoing calls
no test coverage detected