22 lines
		
	
	
		
			189 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			189 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef process_h__
 | |
| #define process_h__
 | |
| 
 | |
| 
 | |
| #include "list.h"
 | |
| #include "bytearray.h"
 | |
| #include "signal.h"
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| signal process_send_signal(void *obj,uint8_t cmd,array_def *data);
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| #endif
 | |
| 
 | 
