27 lines
374 B
C
Executable File
27 lines
374 B
C
Executable File
/**
|
|
System Clock APIs header file
|
|
|
|
System Clock APIs header.
|
|
|
|
@file clock.h
|
|
@ingroup mIHALSysCG
|
|
@note Nothing
|
|
|
|
Copyright Novatek Microelectronics Corp. 2012. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __CLOCK_H
|
|
#define __CLOCK_H
|
|
|
|
#include "IOReg.h"
|
|
|
|
/** \addtogroup mIHALSysCG */
|
|
//@{
|
|
|
|
|
|
|
|
|
|
//@}
|
|
|
|
#endif // __CLOCK_H
|