payload_loader/src/memory_setup.h

16 lines
167 B
C

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