Files
neulacpu/laos/include/memlayout.h
2023-05-21 00:48:04 +08:00

9 lines
142 B
C

#ifndef MEMLAYOUT_H__
#define MEMLAYOUT_H__
#define DEV_BASE_ADDR 0xa0000000
#define SERIAL_ADDR (DEV_BASE_ADDR + 0x00000000)
#endif