mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-02-15 00:18:03 +00:00
11 lines
188 B
C
11 lines
188 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2021 MediaTek Inc.
|
|
*/
|
|
#ifndef MTK_MMDVFS_DEBUG_H
|
|
#define MTK_MMDVFS_DEBUG_H
|
|
|
|
void mtk_mmdvfs_debug_release_step0(void);
|
|
|
|
#endif
|