13 lines
402 B
C
Executable file
13 lines
402 B
C
Executable file
/****************************************************************************
|
|
*
|
|
* Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef __MX140_CLK_TEST_H__
|
|
#define __MX140_CLK_TEST_H___
|
|
|
|
|
|
void mx140_clk_test_init(void);
|
|
void mx140_clk_test_exit(void);
|
|
#endif /* __MX140_CLK_TEST_H___*/
|