Introduce memory_map.h

This commit is contained in:
TuxSH
2018-02-24 17:13:42 +01:00
parent ed5850ebbf
commit cc4f6f7f84
11 changed files with 329 additions and 106 deletions

View File

@@ -2,7 +2,7 @@
#define EXOSPHERE_TIMERS_H
#include <stdint.h>
#include "mmu.h"
#include "memory_map.h"
/* Exosphere driver for the Tegra X1 Timers. */
@@ -12,4 +12,4 @@
void wait(uint32_t microseconds);
#endif
#endif