mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[NTOSKRNL]
Move x86 specific file trap_x.h into include/internal/i386 svn path=/trunk/; revision=53699
This commit is contained in:
parent
9c8386d2b6
commit
611d62ecb0
3 changed files with 4 additions and 4 deletions
|
@ -493,7 +493,7 @@ extern CHAR KiSystemCallExit2[];
|
||||||
//
|
//
|
||||||
// Trap Macros
|
// Trap Macros
|
||||||
//
|
//
|
||||||
#include "../trap_x.h"
|
#include "trap_x.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// Returns a thread's FPU save area
|
// Returns a thread's FPU save area
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Kernel
|
* PROJECT: ReactOS Kernel
|
||||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||||
* FILE: ntoskrnl/include/trap_x.h
|
* FILE: ntoskrnl/include/i386/trap_x.h
|
||||||
* PURPOSE: Internal Inlined Functions for the Trap Handling Code
|
* PURPOSE: Internal Inlined Functions for the Trap Handling Code
|
||||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||||
*/
|
*/
|
|
@ -11,7 +11,7 @@
|
||||||
#include <ntoskrnl.h>
|
#include <ntoskrnl.h>
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
#include "internal/trap_x.h"
|
#include "internal/i386/trap_x.h"
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue