mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00

These contain code specific to RTL8821AU. Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/37218648-ada7-4fad-b7bd-d2aee28cefb9@gmail.com
10 lines
209 B
C
10 lines
209 B
C
/* 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
|