Finish r30818 revert
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30822 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e5bdaa3324
commit
6f8564987f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ struct lru
|
|||
void *_base;
|
||||
};
|
||||
|
||||
#define LRU_SLOT_OVERHEAD (1 * sizeof(short))
|
||||
#define LRU_SLOT_OVERHEAD (2 * sizeof(short))
|
||||
|
||||
/* Create LRU list with specified size from buf. */
|
||||
void lru_create(struct lru* pl, void *buf, short size, short data_size);
|
||||
|
|
Loading…
Reference in a new issue