Notably missing is: - BSC (PDTRA / PCTRA) This also updates a handful of files to use the new sh7091_bits.hpp.
8 lines
97 B
C++
8 lines
97 B
C++
#pragma once
|
|
|
|
namespace cache {
|
|
|
|
void init() __attribute__ ((section (".p2ram.cache_init")));
|
|
|
|
}
|