mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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
|
||||
WINAPI
|
||||
call_ica_hw_interrupt(INT ms,
|
||||
call_ica_hw_interrupt
|
||||
(
|
||||
INT ms,
|
||||
BYTE line,
|
||||
INT count);
|
||||
INT count
|
||||
);
|
||||
|
||||
#define VDDSimulateInterrupt(ms, line, count) \
|
||||
call_ica_hw_interrupt((ms), (line), (count)) // Windows specifies a count of 1 ...
|
||||
|
|
Loading…
Reference in a new issue