mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-14 09:09:35 +00:00
4de1397841
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
9 lines
225 B
C
9 lines
225 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright(c) 2007 - 2016 Realtek Corporation. All rights reserved. */
|
|
|
|
#ifndef __HAL_DM_H__
|
|
#define __HAL_DM_H__
|
|
|
|
void Init_ODM_ComInfo(_adapter *adapter);
|
|
|
|
#endif /* __HAL_DM_H__ */
|