b51a8059489409e829f7efc44314fbed54fd0895
[coreboot.git] / src / arch / i386 / include / arch / rom_segs.h
1 #ifndef ROM_SEGS_H
2 #define ROM_SEGS_H
3
4 #define ROM_CODE_SEG 0x08
5 #define ROM_DATA_SEG 0x10
6
7 #define CACHE_RAM_CODE_SEG 0x18
8 #define CACHE_RAM_DATA_SEG 0x20
9
10 #endif /* ROM_SEGS_H */