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

@@ -57,26 +57,6 @@ struct intf_priv {
#endif
#endif
#ifdef PLATFORM_OS_XP
#ifdef CONFIG_SDIO_HCI
/* below is for io_rwmem... */
PMDL pmdl;
PSDBUS_REQUEST_PACKET sdrp;
PSDBUS_REQUEST_PACKET recv_sdrp;
PSDBUS_REQUEST_PACKET xmit_sdrp;
PIRP piorw_irp;
#endif
#ifdef CONFIG_USB_HCI
PURB piorw_urb;
PIRP piorw_irp;
u8 io_irp_cnt;
u8 bio_irp_pending;
_sema io_retevt;
#endif
#endif
};