blob: d86b76735ecdd64b6201331c6cb79bca1e8a8d4d [file] [log] [blame]
/*
* Colormap manipulation
*
* (C) Copyright 2001 Geert Uytterhoeven
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this archive for
* more details.
*/
/*
* Initialization and clean up
*/
extern void cmap_init(u32 len);
extern void cmap_cleanup(void);