lineage_kernel_xcoverpro/drivers/misc/samsung/scsc/scsc_lerna.h

17 lines
422 B
C
Raw Normal View History

2023-06-18 22:53:49 +00:00
/****************************************************************************
*
* 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 */