mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
14 lines
343 B
C
14 lines
343 B
C
|
|
/****************************************************************************
|
|
*
|
|
* Copyright (c) 2014 - 2016 Samsung Electronics Co., Ltd. All rights reserved
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef __SAP_MA_H__
|
|
#define __SAP_MA_H__
|
|
|
|
int sap_ma_init(void);
|
|
int sap_ma_deinit(void);
|
|
|
|
#endif
|