Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
a188b56d
Commit
a188b56d
authored
Sep 07, 2009
by
Austin English
Committed by
Alexandre Julliard
Sep 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hal: Add a stub for HalGetBusDataByOffset.
parent
8d524700
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
hal.c
dlls/hal/hal.c
+7
-0
hal.spec
dlls/hal/hal.spec
+1
-1
No files found.
dlls/hal/hal.c
View file @
a188b56d
...
...
@@ -127,6 +127,13 @@ ULONG WINAPI HalGetBusData(BUS_DATA_TYPE BusDataType, ULONG BusNumber, ULONG Slo
return
0
;
}
ULONG
WINAPI
HalGetBusDataByOffset
(
BUS_DATA_TYPE
BusDataType
,
ULONG
BusNumber
,
ULONG
SlotNumber
,
PVOID
Buffer
,
ULONG
Offset
,
ULONG
Length
)
{
FIXME
(
"(%u %u %u %p %u %u) stub!
\n
"
,
BusDataType
,
BusNumber
,
SlotNumber
,
Buffer
,
Offset
,
Length
);
/* Claim that there is no such bus */
return
0
;
}
KIRQL
WINAPI
KeGetCurrentIrql
(
VOID
)
{
FIXME
(
" stub!
\n
"
);
...
...
dlls/hal/hal.spec
View file @
a188b56d
...
...
@@ -34,7 +34,7 @@
@ stub HalFreeCommonBuffer
@ stub HalGetAdapter
@ stdcall HalGetBusData(long long long ptr long)
@ st
ub HalGetBusDataByOffset
@ st
dcall HalGetBusDataByOffset(long long long ptr long long)
@ stub HalGetEnvironmentVariable
@ stub HalGetInterruptVector
@ stub HalHandleNMI
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment