Two hda_verb.h files: Add more comments.
[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 #endif /* ROM_SEGS_H */