rtl8188eu: Flatten hap/

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2021-07-22 18:57:16 -05:00
parent 81aeb84017
commit 4de1397841
603 changed files with 71 additions and 220876 deletions

23
HalEfuseMask8188E_USB.h Normal file
View file

@ -0,0 +1,23 @@
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright(c) 2007 - 2016 Realtek Corporation. All rights reserved. */
/******************************************************************************
* MUSB.TXT
******************************************************************************/
u16
EFUSE_GetArrayLen_MP_8188E_MUSB(void);
void
EFUSE_GetMaskArray_MP_8188E_MUSB(
u8 * Array
);
bool
EFUSE_IsAddressMasked_MP_8188E_MUSB(/* TC: Test Chip, MP: MP Chip */
u16 Offset
);