[DDK] - Code formatting only.

svn path=/branches/ntvdm/; revision=61373
This commit is contained in:
Hermès Bélusca-Maïto 2013-12-24 15:50:31 +00:00
parent 4f99547f7d
commit 91a882c036

View file

@ -34,9 +34,12 @@
VOID
WINAPI
call_ica_hw_interrupt(INT ms,
BYTE line,
INT count);
call_ica_hw_interrupt
(
INT ms,
BYTE line,
INT count
);
#define VDDSimulateInterrupt(ms, line, count) \
call_ica_hw_interrupt((ms), (line), (count)) // Windows specifies a count of 1 ...