6 lines
104 B
C
6 lines
104 B
C
#ifndef __GILBRALTAR_MEMORY__
|
|
#define __GILBRALTAR_MEMORY__
|
|
|
|
void gilbraltar_memory_init(void);
|
|
|
|
#endif
|