rtl8188eu: Flatten hal directory

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2021-07-22 12:55:23 -05:00
parent 07152ef10d
commit 2e52830997
87 changed files with 40 additions and 40 deletions

View file

@ -4,7 +4,7 @@
#ifndef __HAL_DATA_H__
#define __HAL_DATA_H__
#include "../hal/phydm/phydm_precomp.h"
#include "../hal/phydm_precomp.h"
#ifdef CONFIG_BT_COEXIST
#include <hal_btcoex.h>
#endif

View file

@ -5,7 +5,7 @@
#define __RTW_ODM_H__
#include <drv_types.h>
#include "../hal/phydm/phydm_types.h"
#include "../hal/phydm_types.h"
/*
* This file provides utilities/wrappers for rtw driver to use ODM
*/