This is a reshuffling of filenames, extensions, paths, make rules, just because I felt like it.
8 lines
97 B
C++
8 lines
97 B
C++
#pragma once
|
|
|
|
namespace cache {
|
|
|
|
void init() __attribute__ ((section (".p2ram.cache_init")));
|
|
|
|
}
|