mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 03:43:15 +01:00
8 lines
254 B
C
8 lines
254 B
C
#include <macros.h>
|
|
#include <config.h>
|
|
#include INC_PLAT(offsets.h)
|
|
|
|
unsigned int PHYS_MEM_START = 0; /* Dynamically allocated */
|
|
unsigned int PHYS_MEM_END = 0; /* Dynamically allocated */
|
|
unsigned int PHYS_ADDR_BASE = 0; /* Dynamically allocated */
|