[STORAHCI] Use FORCEINLINE instead of __inline

This commit is contained in:
Jérôme Gardou 2020-11-09 09:45:03 +01:00 committed by Jérôme Gardou
parent e00922a0fe
commit 1f8db9824e
2 changed files with 3 additions and 3 deletions

View File

@ -2559,7 +2559,7 @@ RemoveQueue (
* return SrbExtension
*
*/
__inline
FORCEINLINE
PAHCI_SRB_EXTENSION
GetSrbExtension (
__in PSCSI_REQUEST_BLOCK Srb
@ -2615,4 +2615,4 @@ AhciGetLba (
}
return lba;
}// -- AhciGetLba();
}// -- AhciGetLba();

View File

@ -645,7 +645,7 @@ RemoveQueue (
__inout PAHCI_QUEUE Queue
);
__inline
FORCEINLINE
PAHCI_SRB_EXTENSION
GetSrbExtension(
__in PSCSI_REQUEST_BLOCK Srb