6db4831e98
Android 14
12 lines
155 B
C
12 lines
155 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2020 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __M4U_H__
|
|
#define __M4U_H__
|
|
|
|
#include "../2.0/m4u_v2.h"
|
|
|
|
#endif
|