mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
buflib: Add CONFIG_BUFLIB_BACKEND for selecting a buflib backend
Defaults to the normal "mempool" backend, which is currently the only implementation. Change-Id: I56d034a6e0f5edc90c39526d1551945eec6ca336
This commit is contained in:
parent
680261fbb7
commit
f995c26de9
9 changed files with 48 additions and 5 deletions
|
|
@ -26,6 +26,10 @@
|
|||
#ifndef _BUFLIB_MEMPOOL_H_
|
||||
#define _BUFLIB_MEMPOOL_H_
|
||||
|
||||
#ifndef _BUFLIB_H_
|
||||
# error "include buflib.h instead"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue