27 lines
		
	
	
		
			669 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			669 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /**
 | |
|     @file nvtinfo.h
 | |
|     @ingroup
 | |
|     @note Nothing (or anything need to be mentioned).
 | |
|     Copyright Novatek Microelectronics Corp. 2017. All rights reserved.
 | |
| 
 | |
|     This program is free software; you can redistribute it and/or modify
 | |
|     it under the terms of the GNU General Public License version 2 as
 | |
|     published by the Free Software Foundation.
 | |
| */
 | |
| 
 | |
| #ifndef _NVTINFO_H
 | |
| #define _NVTINFO_H
 | |
| #include <stdbool.h>
 | |
| #ifdef __cplusplus
 | |
| extern "C" {
 | |
| #endif
 | |
| 
 | |
| extern int nvtbootts_set(char *s, bool boot_only);
 | |
| extern int nvt_timer_tm0_get(void);
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| }
 | |
| #endif
 | |
| /* ----------------------------------------------------------------- */
 | |
| #endif /* nvtinfo.h  */
 | 
