kindlebt
Bluetooth functionality for Kindle 11th gen and up
Loading...
Searching...
No Matches
compat_acealloc.h
1#ifndef COMPAT_ACEALLOC_H
2#define COMPAT_ACEALLOC_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
17// void aceAlloc_free(aceModules_moduleId_t module_id, aceAlloc_bufferType_t buf_type, void* p);
18void shadow_aceAlloc_free(void* p);
19
20#ifdef __cplusplus
21}
22#endif
23
24#endif // COMPAT_ACEALLOC_H