wip: generate a buildable image
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
		
							
								
								
									
										15
									
								
								include/time.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								include/time.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
#ifndef __TIME_H
 | 
			
		||||
#define __TIME_H
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
extern "C" {
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
void time_init(void);
 | 
			
		||||
int elapsed(int *last_event, int period);
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#endif /* __TIME_H */
 | 
			
		||||
		Reference in New Issue
	
	Block a user