mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
53f3b81e5a
Fuck him
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
|