Stephen Rothwell wrote: >Hi Cory, > >On Thu, 19 May 2005 18:33:21 -0500 Corey Minyard wrote: > > >>+struct ipmi_msg32 >>+{ >>+ uint8_t netfn; >>+ uint8_t cmd; >>+ uint16_t data_len; >>+ compat_uptr_t data; >>+}; >> >> > >Why are you using unint8_t etc when we have perfectly good kernel types u8 >etc? > > I would say "Why does the kernel have its own types when there are perfectly good types from the C standard?" However, it's no big deal to me, here's a version with the kernel types. -Corey