12 lines
153 B
C
12 lines
153 B
C
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __M4U_H__
|
|
#define __M4U_H__
|
|
|
|
#include "../2.4/m4u_v2.h"
|
|
|
|
#endif
|