repo2/firmware_eclairexl/sockit/rom_location.c
|
|
#include "memory.h"
|
|
|
|
unsigned char * basic_addr()
|
|
{
|
|
return (SDRAM_BASE+ROM_OFS);
|
|
}
|
|
|
|
unsigned char * os_addr()
|
|
{
|
|
return (SDRAM_BASE+ROM_OFS+0x4000);
|
|
}
|
|
|
|
|
- « Previous
- 1
- …
- 6
- 7
- 8
- Next »