mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
Fix formatting, no code changes.
svn path=/branches/ntvdm/; revision=59682
This commit is contained in:
parent
2f3827d040
commit
6a2534345c
8 changed files with 12 additions and 11 deletions
|
@ -120,4 +120,6 @@ BOOLEAN BiosScrollWindow(
|
|||
BYTE FillAttribute
|
||||
);
|
||||
|
||||
#endif
|
||||
#endif // _BIOS_H_
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -133,7 +133,6 @@ VOID DosInt21h(LPWORD Stack);
|
|||
VOID DosBreakInterrupt(LPWORD Stack);
|
||||
BOOLEAN DosInitialize(VOID);
|
||||
|
||||
#endif
|
||||
#endif // _DOS_H_
|
||||
|
||||
/* EOF */
|
||||
|
||||
|
|
|
@ -184,7 +184,6 @@ VOID EmulatorStep();
|
|||
VOID EmulatorCleanup();
|
||||
VOID EmulatorSetA20(BOOLEAN Enabled);
|
||||
|
||||
#endif
|
||||
#endif // _EMULATOR_H_
|
||||
|
||||
/* EOF */
|
||||
|
||||
|
|
|
@ -35,6 +35,6 @@ extern LPCWSTR ExceptionName[];
|
|||
|
||||
VOID DisplayMessage(LPCWSTR Format, ...);
|
||||
|
||||
#endif
|
||||
#endif // _NTVDM_H_
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -52,6 +52,6 @@ BYTE PicReadData(BYTE Port);
|
|||
VOID PicWriteData(BYTE Port, BYTE Value);
|
||||
VOID PicInterruptRequest(BYTE Number);
|
||||
|
||||
#endif
|
||||
#endif // _PIC_H_
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -30,4 +30,6 @@ BYTE KeyboardReadData();
|
|||
VOID KeyboardWriteData(BYTE Data);
|
||||
VOID CheckForInputEvents();
|
||||
|
||||
#endif
|
||||
#endif // _PS2_H_
|
||||
|
||||
/* EOF */
|
||||
|
|
|
@ -50,7 +50,6 @@ BYTE PitReadData(BYTE Channel);
|
|||
VOID PitWriteData(BYTE Channel, BYTE Value);
|
||||
VOID PitDecrementCount();
|
||||
|
||||
#endif
|
||||
#endif // _TIMER_H_
|
||||
|
||||
/* EOF */
|
||||
|
||||
|
|
|
@ -195,6 +195,6 @@ BYTE VgaReadPort(WORD Port);
|
|||
VOID VgaWritePort(WORD Port, BYTE Data);
|
||||
VOID VgaInitialize(HANDLE TextHandle);
|
||||
|
||||
#endif
|
||||
#endif // _VGA_H_
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue