15 lines
351 B
C
Executable File
15 lines
351 B
C
Executable File
|
|
/****************************************************************************
|
|
*
|
|
* 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
|