summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/rom_segs.h
blob: 8c00eb3b7a947f5df4c790c3beda54757c972b7c (plain)
1
2
3
4
5
6
7
#ifndef ROM_SEGS_H
#define ROM_SEGS_H

#define ROM_CODE_SEG 0x08
#define ROM_DATA_SEG 0x10

#endif /* ROM_SEGS_H */