15 lines
347 B
C
15 lines
347 B
C
|
|
||
|
/****************************************************************************
|
||
|
*
|
||
|
* Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved
|
||
|
*
|
||
|
****************************************************************************/
|
||
|
|
||
|
#ifndef __SAP_DBG_H__
|
||
|
#define __SAP_DBG_H__
|
||
|
|
||
|
int sap_dbg_init(void);
|
||
|
int sap_dbg_deinit(void);
|
||
|
|
||
|
#endif
|