ReactOS
0.4.16-dev-1056-gbe87e00
asm.h
Go to the documentation of this file.
1
/*++ NDK Version: 0095
2
3
Copyright (c) Alex Ionescu. All rights reserved.
4
5
Header Name:
6
7
asm.h
8
9
Abstract:
10
11
Portability header to choose the correct Architecture-specific header.
12
13
Author:
14
15
Alex Ionescu (alex.ionescu@reactos.com) 06-Oct-2004
16
17
--*/
18
19
#if defined(_M_IX86)
20
#include <
i386/asm.h
>
21
#elif defined(_M_AMD64) || defined(_M_ARM) || defined(_M_PPC) || defined(_M_ARM64)
22
//
23
// AMD64, ARM and PPC ports don't use asm.h
24
//
25
#else
26
#error Unsupported Architecture
27
#endif
asm.h
sdk
include
ndk
asm.h
Generated on Tue Apr 29 2025 06:15:05 for ReactOS by
1.9.6