mirror of
https://github.com/reactos/reactos.git
synced 2024-12-11 12:23:31 +08:00
[STORAHCI] Use FORCEINLINE instead of __inline
This commit is contained in:
parent
e00922a0fe
commit
1f8db9824e
@ -2559,7 +2559,7 @@ RemoveQueue (
|
|||||||
* return SrbExtension
|
* return SrbExtension
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
__inline
|
FORCEINLINE
|
||||||
PAHCI_SRB_EXTENSION
|
PAHCI_SRB_EXTENSION
|
||||||
GetSrbExtension (
|
GetSrbExtension (
|
||||||
__in PSCSI_REQUEST_BLOCK Srb
|
__in PSCSI_REQUEST_BLOCK Srb
|
||||||
|
@ -645,7 +645,7 @@ RemoveQueue (
|
|||||||
__inout PAHCI_QUEUE Queue
|
__inout PAHCI_QUEUE Queue
|
||||||
);
|
);
|
||||||
|
|
||||||
__inline
|
FORCEINLINE
|
||||||
PAHCI_SRB_EXTENSION
|
PAHCI_SRB_EXTENSION
|
||||||
GetSrbExtension(
|
GetSrbExtension(
|
||||||
__in PSCSI_REQUEST_BLOCK Srb
|
__in PSCSI_REQUEST_BLOCK Srb
|
||||||
|
Loading…
Reference in New Issue
Block a user