13 lines
216 B
C
13 lines
216 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2020 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __APUSYS_SAMPLE_INF_H__
|
|
#define __APUSYS_SAMPLE_INF_H__
|
|
|
|
int sample_device_init(void);
|
|
int sample_device_destroy(void);
|
|
|
|
#endif
|