taglinefilesource code
mono_default_cmap_inverse2614arch/m68k/amiga/amifb.cstatic struct fb_cmap mono_default_cmap_inverse = { 0, 2, mono_red_inverse, mono_green_inverse, mono_blue_inverse, NULL };
mono_default_cmap_inverse2632arch/m68k/amiga/amifb.cdef_cmap = &mono_default_cmap_inverse;
mono_default_cmap_inverse2753arch/m68k/amiga/amifb.cdisp[0].cmap = mono_default_cmap_inverse;