mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:KD] Update file headers.
This commit is contained in:
+10
-10
@@ -1,19 +1,19 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/kdbg/kdb_keyboard.c
|
||||
* PURPOSE: Keyboard driver
|
||||
* PROJECT: ReactOS KDBG Kernel Debugger Terminal Driver
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: PS/2 Keyboard driver
|
||||
* COPYRIGHT: Copyright 2001 David Welch <[email protected]>
|
||||
* Copyright 2004 Art Yerkes <[email protected]>
|
||||
* Copyright 2005 Gregor Anich <[email protected]>
|
||||
* Copyright 2009-2011 Dmitry Gorbachev <[email protected]>
|
||||
*
|
||||
* PROGRAMMERS: Victor Kirhenshtein ([email protected])
|
||||
* Jason Filby ([email protected])
|
||||
* NOTE: Adapted from historic PS/2 keyboard driver authored by
|
||||
* Victor Kirhenshtein <[email protected]> and Jason Filby <[email protected]>
|
||||
*/
|
||||
|
||||
/* INCLUDES ****************************************************************/
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
#define KBD_STATUS_REG 0x64
|
||||
#define KBD_CNTL_REG 0x64
|
||||
|
||||
+8
-11
@@ -1,19 +1,16 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/kdbg/kdb_serial.c
|
||||
* PURPOSE: Serial driver
|
||||
*
|
||||
* PROGRAMMERS: Victor Kirhenshtein ([email protected])
|
||||
* Jason Filby ([email protected])
|
||||
* arty
|
||||
* PROJECT: ReactOS KDBG Kernel Debugger Terminal Driver
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Serial driver
|
||||
* COPYRIGHT: Copyright 2004 Art Yerkes <[email protected]>
|
||||
* Copyright 2005 Gregor Anich <[email protected]>
|
||||
*/
|
||||
|
||||
/* INCLUDES ****************************************************************/
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
CHAR
|
||||
KdbpTryGetCharSerial(ULONG Retry)
|
||||
|
||||
Reference in New Issue
Block a user