mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-15 09:29:35 +00:00
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__ */
|