kernel: add c++ support
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
#ifndef ARCH_STDCON_H_
|
||||
#define ARCH_STDCON_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern void stdcon_init(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user