1234567891011121314151617181920212223242526272829303132333435363738 |
- #ifndef PORT_MICRORL_H
- #define PORT_MICRORL_H
-
- void MICRORL_Init(void);
- void MICRORL_GetChar(uint8_t ch);
- void print (const char * str);
- int execute (int argc, const char * const * argv);
- void print_help (void);
- #endif
|