[bsp]x86:fix compile error when use bsp.h in c++
This commit is contained in:
parent
6868130cfd
commit
d642d915eb
|
@ -16,6 +16,10 @@
|
|||
|
||||
#include <i386.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
c
|
||||
/*******************************************************************/
|
||||
/* Timer Register */
|
||||
/*******************************************************************/
|
||||
|
|
Loading…
Reference in New Issue