6db4831e98
Android 14
14 lines
206 B
C
14 lines
206 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2018 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef _MT7530_H_
|
|
#define _MT7530_H_
|
|
|
|
#include "mt753x.h"
|
|
|
|
extern struct mt753x_sw_id mt7530_id;
|
|
|
|
#endif /* _MT7530_H_ */
|