6db4831e98
Android 14
15 lines
214 B
C
15 lines
214 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2020 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __GED_SKI_H__
|
|
#define __GED_SKI_H__
|
|
|
|
#include <ged_type.h>
|
|
|
|
GED_ERROR ged_ski_init(void);
|
|
void ged_ski_exit(void);
|
|
|
|
#endif
|