On Sat, Oct 02, 2010 at 05:34:58PM +0200, Stefan Reinauer wrote: > On 10/2/10 2:43 PM, Uwe Hermann wrote: > > Hm, not sure about this one. The file _does_ use stuff from stdint.h > > > What's the general feeling about types... Should we get rid of the > stdint.h usage and go for u8/u16/u32/s8/s16/s32 completely?
Definately, long-term we should use u8 etc. in the whole code base. However, currently u8 and friends are also defined in our stdint.h so that's a different issue (or we move the u8 defines). Uwe. -- http://hermann-uwe.de | http://sigrok.org http://randomprojects.org | http://unmaintained-free-software.org -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

