6db4831e98
Android 14
14 lines
261 B
C
14 lines
261 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
* Author: Joey Pan <joey.pan@mediatek.com>
|
|
*/
|
|
|
|
#ifndef __MMPROFILE_FUNCTION_H__
|
|
#define __MMPROFILE_FUNCTION_H__
|
|
|
|
#include "mmprofile.h"
|
|
#include "mmprofile_static_event.h"
|
|
|
|
#endif
|