Made and new ntoskrnl/lpc directory for the LPC subsystem.
authorEmanuele Aliberti <ea@iol.it>
Sun, 4 Jun 2000 17:27:39 +0000 (17:27 +0000)
committerEmanuele Aliberti <ea@iol.it>
Sun, 4 Jun 2000 17:27:39 +0000 (17:27 +0000)
commit9464b7005d61f76a96c5f487f7ecd13a14acf8e7
tree71e1d2c1d4d9a00dc75f52b54e316f2b7a145657
parent6d5e35312696c14b685d7ce7977aa359eec74043
Made and new ntoskrnl/lpc directory for the LPC subsystem.
Moved ntoskrnl/nt/port.c in ntoskrnl/lpc and split code into
smaller pieces. Little cleanup.

svn path=/trunk/; revision=1173
14 files changed:
reactos/ntoskrnl/lpc/close.c [new file with mode: 0644]
reactos/ntoskrnl/lpc/complete.c [new file with mode: 0644]
reactos/ntoskrnl/lpc/connect.c [new file with mode: 0644]
reactos/ntoskrnl/lpc/create.c [new file with mode: 0644]
reactos/ntoskrnl/lpc/listen.c [new file with mode: 0644]
reactos/ntoskrnl/lpc/port.c [new file with mode: 0644]
reactos/ntoskrnl/lpc/query.c [new file with mode: 0644]
reactos/ntoskrnl/lpc/queue.c [new file with mode: 0644]
reactos/ntoskrnl/lpc/receive.c [new file with mode: 0644]
reactos/ntoskrnl/lpc/reply.c [new file with mode: 0644]
reactos/ntoskrnl/lpc/send.c [new file with mode: 0644]
reactos/ntoskrnl/makefile_rex
reactos/ntoskrnl/nt/port.c [deleted file]
reactos/ntoskrnl/ps/process.c