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