mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
buflib: Prep for multiple backend support, rename to buflib_mempool
Rename the current buflib implementation to buflib_mempool. Change-Id: Iefdf74be1f7d8fcd19e6ce2289c3d1459b54d013
This commit is contained in:
parent
e23c78522a
commit
680261fbb7
8 changed files with 10 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <string.h>
|
||||
#include "system.h"
|
||||
#include "core_alloc.h"
|
||||
#include "buflib.h"
|
||||
#include "buflib_mempool.h"
|
||||
|
||||
/* not static so it can be discovered by core_get_data() */
|
||||
struct buflib_context core_ctx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue