Remove code related to PLATFORM_OS_XP

This commit is contained in:
Carlos Garces
2021-10-14 20:23:16 +02:00
parent 9e36a8086e
commit b8fb1c691d
19 changed files with 10 additions and 653 deletions

View File

@@ -114,9 +114,6 @@ struct evt_priv {
#if defined(CONFIG_SDIO_HCI) || defined(CONFIG_GSPI_HCI)
u8 *c2h_mem;
u8 *allocated_c2h_mem;
#ifdef PLATFORM_OS_XP
PMDL pc2h_mdl;
#endif
#endif
};