13 lines
398 B
C
Executable file
13 lines
398 B
C
Executable file
/****************************************************************************
|
|
*
|
|
* Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef __MX250_FM_TEST_H___
|
|
#define __MX250_FM_TEST_H___
|
|
|
|
|
|
void mx250_fm_test_init(void);
|
|
void mx250_fm_test_exit(void);
|
|
#endif /* __MX250_FM_TEST_H___*/
|