summaryrefslogtreecommitdiff
path: root/firmware/include/chunk_alloc.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2023-01-02 19:45:59 +0000
committerAidan MacDonald <amachronic@protonmail.com>2023-01-15 10:04:13 +0000
commit680261fbb7c3c0a4cde4321c35ce3fe0e6b0cce8 (patch)
tree7be68e9dfd2986059f9e4decd369fea1bdc91d1b /firmware/include/chunk_alloc.h
parente23c78522a1b306c9838672a5fec3698938f9586 (diff)
downloadrockbox-680261fbb7c3c0a4cde4321c35ce3fe0e6b0cce8.tar.gz
rockbox-680261fbb7c3c0a4cde4321c35ce3fe0e6b0cce8.zip
buflib: Prep for multiple backend support, rename to buflib_mempool
Rename the current buflib implementation to buflib_mempool. Change-Id: Iefdf74be1f7d8fcd19e6ce2289c3d1459b54d013
Diffstat (limited to 'firmware/include/chunk_alloc.h')
-rw-r--r--firmware/include/chunk_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/chunk_alloc.h b/firmware/include/chunk_alloc.h
index 7d64d4b591..f589cc0870 100644
--- a/firmware/include/chunk_alloc.h
+++ b/firmware/include/chunk_alloc.h
@@ -24,7 +24,7 @@
24#include <stdbool.h> 24#include <stdbool.h>
25#include <string.h> 25#include <string.h>
26#include "config.h" 26#include "config.h"
27#include "buflib.h" 27#include "buflib_mempool.h"
28 28
29#define CHUNK_ALLOC_INVALID ((size_t)-1) 29#define CHUNK_ALLOC_INVALID ((size_t)-1)
30 30