33 lines
		
	
	
		
			542 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			542 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /**
 | |
|     Display tunner
 | |
| 
 | |
|     A display color tunner for MsdcNvt plugin
 | |
| 
 | |
|     @file       MsdcNvtCb_Disp.h
 | |
|     @ingroup    mMSDCNVT
 | |
| 
 | |
|     Copyright   Novatek Microelectronics Corp. 2011.  All rights reserved.
 | |
| */
 | |
| #ifndef _MSDCNVTCB_DISP_H
 | |
| #define _MSDCNVTCB_DISP_H
 | |
| 
 | |
| /**
 | |
|     @addtogroup mMSDCNVT
 | |
| */
 | |
| //@{
 | |
| 
 | |
| /**
 | |
|      Msdc-Nvt Display Module
 | |
| 
 | |
|      Plug-in MsdcNvt display tuning module.
 | |
| 
 | |
|      @return Description of data returned.
 | |
|          - @b TRUE: Success
 | |
|          - @b FALSE: Failed to plug-in
 | |
| */
 | |
| extern BOOL MsdcNvtRegBi_Disp(void);
 | |
| 
 | |
| //@}
 | |
| 
 | |
| #endif
 | 
