mt7530.h 206 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2018 MediaTek Inc.
  4. */
  5. #ifndef _MT7530_H_
  6. #define _MT7530_H_
  7. #include "mt753x.h"
  8. extern struct mt753x_sw_id mt7530_id;
  9. #endif /* _MT7530_H_ */