15 lines
351 B
C
15 lines
351 B
C
|
|
||
|
/****************************************************************************
|
||
|
*
|
||
|
* Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved
|
||
|
*
|
||
|
****************************************************************************/
|
||
|
|
||
|
#ifndef __SAP_TEST_H__
|
||
|
#define __SAP_TEST_H__
|
||
|
|
||
|
int sap_test_init(void);
|
||
|
int sap_test_deinit(void);
|
||
|
|
||
|
#endif
|