7 lines
86 B
C
7 lines
86 B
C
#ifndef ARCH_STDCON_H_
|
|
#define ARCH_STDCON_H_
|
|
|
|
extern void stdcon_init(void);
|
|
|
|
#endif
|