[bsp]x86:fix compile error when use i386.h in c++
This commit is contained in:
parent
9a4dacaad7
commit
6868130cfd
|
@ -105,4 +105,8 @@ struct Pseudodesc {
|
||||||
#define STS_IG32 0xe // 32-bit Interrupt Gate
|
#define STS_IG32 0xe // 32-bit Interrupt Gate
|
||||||
#define STS_TG32 0xf // 32-bit Trap Gate
|
#define STS_TG32 0xf // 32-bit Trap Gate
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue