Module: wine Branch: refs/heads/master Commit: 2cdace2760f127052b2d8f7746e8255079808386 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2cdace2760f127052b2d8f77...
Author: Eric Pouech eric.pouech@wanadoo.fr Date: Thu Jan 12 13:32:51 2006 +0100
ntdll: Created infrastructure to support IOCTL for serial devices. - created infrastructure in ntdll to support IOCTL for serial devices - implemented IOCTLs in ntdll for serial break support - implemented the kernel32 equivalent on top of those IOCTLs
---
dlls/kernel/comm.c | 55 ++---- dlls/ntdll/Makefile.in | 1 dlls/ntdll/file.c | 21 ++ dlls/ntdll/ntdll_misc.h | 7 + dlls/ntdll/serial.c | 197 +++++++++++++++++++++++ include/Makefile.in | 1 include/ddk/ntddser.h | 398 +++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 632 insertions(+), 48 deletions(-) create mode 100644 dlls/ntdll/serial.c create mode 100644 include/ddk/ntddser.h