18 lines
484 B
C
Executable File
18 lines
484 B
C
Executable File
/**
|
|
NVT utilities for command customization
|
|
|
|
@file nvt_ivot_soc_utils.h
|
|
@ingroup
|
|
@note
|
|
Copyright Novatek Microelectronics Corp. 2019. 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 __NVT_IVOT_SOC_UTILS_H__
|
|
#define __NVT_IVOT_SOC_UTILS_H__
|
|
|
|
#endif /* __NVT_IVOT_SOC_UTILS_H__ */
|