mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
11 lines
210 B
C
11 lines
210 B
C
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
|
|
/* Copyright(c) 2018-2019 Realtek Corporation
|
|
*/
|
|
|
|
#ifndef __RTW_8723DE_H_
|
|
#define __RTW_8723DE_H_
|
|
|
|
extern struct rtw_chip_info rtw8723d_hw_spec;
|
|
|
|
#endif
|