#ifndef _DOLPHIN_AX_INTERNAL_H_ #define _DOLPHIN_AX_INTERNAL_H_ #include #ifdef __cplusplus extern "C" { #endif extern void* (*__AXFXAlloc)(u32); extern void (*__AXFXFree)(void*); #ifdef __cplusplus } #endif #endif