On Mon, 2 Jun 2008, Harvey Harrison wrote: > Add helpers for the idiom: > *(__le16 *)ptr = cpu_to_le16(val); > > Can now be written as: > copy_le16(ptr, val); Copy a little endian 16-bit value? It doesn't just copy. It does a byteswap during the copy. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html