Files
codezero/src/platform/tests/offsets.c
Bahadir Balban e2b791a3d8 Initial commit
2008-01-13 13:53:52 +00:00

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 */