Geert Uytterhoeven 1f034456c1 fbdev: c2p - Cleanups
- Improve comments and naming
  - Convert macros to static inline functions
  - Remove superfluous `break' after `return'
  - Make sure we get a build-time error (undefined reference to
    'c2p_unsupported') in case of future misuse
  - Replace `unsigned long' by `u32' in comp(), as that's what all callers use
  - Use {get,put}_unaligned_be32() in store_planar{,_masked}()
  - Use void * for arbitrary pointers
  - Use a union to represent pixels/words, to avoid casts

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
2009-01-12 20:56:30 +01:00
..
2009-01-08 16:29:41 +00:00
2009-01-06 15:59:30 -08:00
2009-01-08 08:31:15 -08:00
2009-01-09 03:39:43 -05:00
2009-01-09 22:44:30 +01:00
2009-01-08 12:38:58 +00:00
2009-01-09 12:37:15 -08:00
2008-12-21 14:21:14 +11:00
2009-01-09 03:39:43 -05:00
2009-01-12 20:56:30 +01:00