forked from xuos/xiuos
				
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			303 B
		
	
	
	
		
			C
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			303 B
		
	
	
	
		
			C
		
	
	
	
| /**
 | |
|  * @file shell_port.h
 | |
|  * @author Letter (NevermindZZT@gmail.com)
 | |
|  * @brief 
 | |
|  * @version 0.1
 | |
|  * @date 2019-02-22
 | |
|  * 
 | |
|  * @copyright (c) 2019 Letter
 | |
|  * 
 | |
|  */
 | |
| 
 | |
| #ifndef __SHELL_PORT_H__
 | |
| #define __SHELL_PORT_H__
 | |
| 
 | |
| #include "serial.h"
 | |
| #include "shell.h"
 | |
| 
 | |
| extern Shell shell;
 | |
| 
 | |
| int userShellInit(void);
 | |
| #endif
 |