mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:33:25 +00:00
revert 49345 as requested by ros arm team.
svn path=/branches/cmake-bringup/; revision=49373
This commit is contained in:
parent
d1dfa87850
commit
b3346b150f
8 changed files with 235 additions and 348 deletions
|
@ -55,10 +55,7 @@ BOOLEAN ClasspMyStringMatches(IN PCHAR StringToMatch OPTIONAL, IN PCHAR TargetSt
|
|||
}
|
||||
|
||||
|
||||
SCSIPORTAPI
|
||||
VOID
|
||||
NTAPI
|
||||
ClassGetDeviceParameter(
|
||||
VOID ClassGetDeviceParameter(
|
||||
IN PFUNCTIONAL_DEVICE_EXTENSION FdoExtension,
|
||||
IN PWSTR SubkeyName OPTIONAL,
|
||||
IN PWSTR ParameterName,
|
||||
|
@ -143,10 +140,7 @@ ClassGetDeviceParameter(
|
|||
} // end ClassGetDeviceParameter()
|
||||
|
||||
|
||||
SCSIPORTAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
ClassSetDeviceParameter(
|
||||
NTSTATUS ClassSetDeviceParameter(
|
||||
IN PFUNCTIONAL_DEVICE_EXTENSION FdoExtension,
|
||||
IN PWSTR SubkeyName OPTIONAL,
|
||||
IN PWSTR ParameterName,
|
||||
|
@ -224,10 +218,7 @@ ClassSetDeviceParameter(
|
|||
* hardware based upon id strings. it does not check the registry.
|
||||
*/
|
||||
|
||||
SCSIPORTAPI
|
||||
VOID
|
||||
NTAPI
|
||||
ClassScanForSpecial(
|
||||
VOID ClassScanForSpecial(
|
||||
IN PFUNCTIONAL_DEVICE_EXTENSION FdoExtension,
|
||||
IN CLASSPNP_SCAN_FOR_SPECIAL_INFO DeviceList[],
|
||||
IN PCLASS_SCAN_FOR_SPECIAL_HANDLER Function)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue