mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
- Delete deprecated file.
svn path=/trunk/; revision=20939
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
/* $Id$
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
* FILE: ntoskrnl/ke/i386/idt.c
|
||||
* PURPOSE: IDT managment
|
||||
*
|
||||
* PROGRAMMERS: David Welch ([email protected])
|
||||
*/
|
||||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
||||
/* GLOBALS *******************************************************************/
|
||||
|
||||
IDT_DESCRIPTOR KiIdt[256];
|
||||
|
||||
#include <pshpack1.h>
|
||||
|
||||
struct
|
||||
{
|
||||
USHORT Length;
|
||||
ULONG Base;
|
||||
} KiIdtDescriptor = {256 * 8, (ULONG)KiIdt};
|
||||
|
||||
#include <poppack.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user