fbcon_set_palette
static void fbcon_set_palette(struct vc_data *vc, const unsigned char *table);
fbcon_set_palette(vc, color_table);
fbcon_set_palette(vc, color_table);
.con_set_palette = fbcon_set_palette,