mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:13:01 +00:00
[DDK] - Code formatting only.
svn path=/branches/ntvdm/; revision=61373
This commit is contained in:
parent
4f99547f7d
commit
91a882c036
1 changed files with 6 additions and 3 deletions
|
@ -34,9 +34,12 @@
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
WINAPI
|
WINAPI
|
||||||
call_ica_hw_interrupt(INT ms,
|
call_ica_hw_interrupt
|
||||||
BYTE line,
|
(
|
||||||
INT count);
|
INT ms,
|
||||||
|
BYTE line,
|
||||||
|
INT count
|
||||||
|
);
|
||||||
|
|
||||||
#define VDDSimulateInterrupt(ms, line, count) \
|
#define VDDSimulateInterrupt(ms, line, count) \
|
||||||
call_ica_hw_interrupt((ms), (line), (count)) // Windows specifies a count of 1 ...
|
call_ica_hw_interrupt((ms), (line), (count)) // Windows specifies a count of 1 ...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue