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