git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24645 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-02-14 06:37:48 +00:00
parent 1c2aa35371
commit 1281b1c065

View file

@ -17,7 +17,8 @@
* KIND, either express or implied. * KIND, either express or implied.
* *
****************************************************************************/ ****************************************************************************/
#ifndef _FONT_CACHE_H_
#define _FONT_CACHE_H_
#include "lru.h" #include "lru.h"
/******************************************************************************* /*******************************************************************************
@ -48,3 +49,5 @@ struct font_cache_entry* font_cache_get(
unsigned short char_code, unsigned short char_code,
void (*callback) (struct font_cache_entry* p, void *callback_data), void (*callback) (struct font_cache_entry* p, void *callback_data),
void *callback_data); void *callback_data);
#endif