mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[HALX86] These HalpNo* functions are actually _implemented_. Document their purpose.
Remove the misleading comment in HalpNoBusData(). Update the SAL annotations.
This commit is contained in:
parent
9ba1849a97
commit
bd5209d9f4
3 changed files with 56 additions and 33 deletions
|
@ -104,7 +104,7 @@ NTSTATUS
|
|||
(NTAPI *PADJUSTRESOURCELIST)(
|
||||
_In_ PBUS_HANDLER BusHandler,
|
||||
_In_ PBUS_HANDLER RootHandler,
|
||||
_Inout_ PIO_RESOURCE_REQUIREMENTS_LIST *Resources
|
||||
_Inout_ PIO_RESOURCE_REQUIREMENTS_LIST* pResourceList
|
||||
);
|
||||
|
||||
typedef
|
||||
|
@ -113,11 +113,11 @@ NTSTATUS
|
|||
_In_ PBUS_HANDLER BusHandler,
|
||||
_In_ PBUS_HANDLER RootHandler,
|
||||
_In_ PUNICODE_STRING RegistryPath,
|
||||
_In_ PUNICODE_STRING DriverClassName,
|
||||
_In_opt_ PUNICODE_STRING DriverClassName,
|
||||
_In_ PDRIVER_OBJECT DriverObject,
|
||||
_In_ PDEVICE_OBJECT DeviceObject,
|
||||
_In_opt_ PDEVICE_OBJECT DeviceObject,
|
||||
_In_ ULONG SlotNumber,
|
||||
_Inout_ PCM_RESOURCE_LIST *AllocatedResources
|
||||
_Inout_ PCM_RESOURCE_LIST* AllocatedResources
|
||||
);
|
||||
|
||||
typedef
|
||||
|
@ -126,7 +126,7 @@ ULONG
|
|||
_In_ PBUS_HANDLER BusHandler,
|
||||
_In_ PBUS_HANDLER RootHandler,
|
||||
_In_ ULONG SlotNumber,
|
||||
_Out_ PVOID Buffer,
|
||||
_In_ PVOID Buffer,
|
||||
_In_ ULONG Offset,
|
||||
_In_ ULONG Length
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue