On Thu, Feb 17, 2011 at 05:16, <[email protected]> wrote: > Added: trunk/arch/blackfin/mach-bf561/include/mach/icc.h (0 => 9620) > > +typedef unsigned char sm_unit_t; > +typedef unsigned short sm_uint16_t; > +typedef unsigned long sm_uint32_t; > +typedef sm_uint32_t sm_address_t;
what exactly is wrong with existing standard C types (uintXX_t) ? why must you declare your own arbitrarily named types ? -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
