mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
11 lines
209 B
C
11 lines
209 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
||
|
/* Copyright(c) 2024 Realtek Corporation
|
||
|
*/
|
||
|
|
||
|
#ifndef __RTW8812A_H__
|
||
|
#define __RTW8812A_H__
|
||
|
|
||
|
extern const struct rtw_chip_info rtw8812a_hw_spec;
|
||
|
|
||
|
#endif
|