#ifndef MEMORY_SETUP_H #define MEMORY_SETUP_H #ifdef __cplusplus extern "C" { #endif void setup_memory(); #ifdef __cplusplus } #endif #endif /* MEMORY_SETUP_H */