summaryrefslogtreecommitdiffstats
path: root/firmware/include/core_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/core_alloc.h
parente23c78522a1b306c9838672a5fec3698938f9586 (diff)
downloadrockbox-680261fbb7.tar.gz
rockbox-680261fbb7.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/core_alloc.h')
-rw-r--r--firmware/include/core_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/include/core_alloc.h b/firmware/include/core_alloc.h
index 22cc1988da..382200dd75 100644
--- a/firmware/include/core_alloc.h
+++ b/firmware/include/core_alloc.h
@@ -4,7 +4,7 @@
#include <string.h>
#include <stdbool.h>
#include "config.h"
-#include "buflib.h"
+#include "buflib_mempool.h"
#include "chunk_alloc.h"
/* All functions below are wrappers for functions in buflib.h, except