16 lines
422 B
C
Executable file
16 lines
422 B
C
Executable file
/****************************************************************************
|
|
*
|
|
* Copyright (c) 2014 - 2019 Samsung Electronics Co., Ltd. All rights reserved
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef _SCSC_LERNA_H
|
|
#define _SCSC_LERNA_H
|
|
|
|
int scsc_lerna_init(void);
|
|
|
|
void scsc_lerna_deinit(void);
|
|
|
|
void scsc_lerna_response(const void *message);
|
|
|
|
#endif /* _SCSC_LERNA_H */
|