blob: 1b2e548f72343a0670c3c0c6f482ee106bbd28c3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/* Copyright(c) 2024 Realtek Corporation
*/
#ifndef __RTW8821A_H__
#define __RTW8821A_H__
extern const struct rtw_chip_info rtw8821a_hw_spec;
#endif
|