1 | /* $Id: DBGPlugInLinuxModuleVerTmpl.cpp.h 77874 2019-03-26 01:37:19Z vboxsync $ */
|
---|
2 | /** @file
|
---|
3 | * DBGPlugInLinux - Instantiate LNX_TEMPLATE_HEADER for all different struct module versions.
|
---|
4 | */
|
---|
5 |
|
---|
6 | /*
|
---|
7 | * Copyright (C) 2019 Oracle Corporation
|
---|
8 | *
|
---|
9 | * This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | * available from http://www.virtualbox.org. This file is free software;
|
---|
11 | * you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | * General Public License (GPL) as published by the Free Software
|
---|
13 | * Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | */
|
---|
17 |
|
---|
18 | /*
|
---|
19 | * Newest first so the list walker can select the right instance.
|
---|
20 | */
|
---|
21 |
|
---|
22 | #define LNX_VER LNX_MK_VER(2,6,27)
|
---|
23 | #define LNX_SUFFIX RT_CONCAT(_2_6_27,LNX_BIT_SUFFIX)
|
---|
24 | #include LNX_TEMPLATE_HEADER
|
---|
25 |
|
---|
26 | #define LNX_VER LNX_MK_VER(2,6,25)
|
---|
27 | #define LNX_SUFFIX RT_CONCAT(_2_6_25,LNX_BIT_SUFFIX)
|
---|
28 | #include LNX_TEMPLATE_HEADER
|
---|
29 |
|
---|
30 | #define LNX_VER LNX_MK_VER(2,6,24)
|
---|
31 | #define LNX_SUFFIX RT_CONCAT(_2_6_24,LNX_BIT_SUFFIX)
|
---|
32 | #include LNX_TEMPLATE_HEADER
|
---|
33 |
|
---|
34 | #define LNX_VER LNX_MK_VER(2,6,21)
|
---|
35 | #define LNX_SUFFIX RT_CONCAT(_2_6_21,LNX_BIT_SUFFIX)
|
---|
36 | #include LNX_TEMPLATE_HEADER
|
---|
37 |
|
---|
38 | #define LNX_VER LNX_MK_VER(2,6,20)
|
---|
39 | #define LNX_SUFFIX RT_CONCAT(_2_6_20,LNX_BIT_SUFFIX)
|
---|
40 | #include LNX_TEMPLATE_HEADER
|
---|
41 |
|
---|
42 | #define LNX_VER LNX_MK_VER(2,6,18)
|
---|
43 | #define LNX_SUFFIX RT_CONCAT(_2_6_18,LNX_BIT_SUFFIX)
|
---|
44 | #include LNX_TEMPLATE_HEADER
|
---|
45 |
|
---|
46 | #define LNX_VER LNX_MK_VER(2,6,17)
|
---|
47 | #define LNX_SUFFIX RT_CONCAT(_2_6_17,LNX_BIT_SUFFIX)
|
---|
48 | #include LNX_TEMPLATE_HEADER
|
---|
49 |
|
---|
50 | #define LNX_VER LNX_MK_VER(2,6,13)
|
---|
51 | #define LNX_SUFFIX RT_CONCAT(_2_6_13,LNX_BIT_SUFFIX)
|
---|
52 | #include LNX_TEMPLATE_HEADER
|
---|
53 |
|
---|
54 | #define LNX_VER LNX_MK_VER(2,6,11)
|
---|
55 | #define LNX_SUFFIX RT_CONCAT(_2_6_11,LNX_BIT_SUFFIX)
|
---|
56 | #include LNX_TEMPLATE_HEADER
|
---|
57 |
|
---|
58 | #define LNX_VER LNX_MK_VER(2,6,7)
|
---|
59 | #define LNX_SUFFIX RT_CONCAT(_2_6_7,LNX_BIT_SUFFIX)
|
---|
60 | #include LNX_TEMPLATE_HEADER
|
---|
61 |
|
---|
62 | #define LNX_VER LNX_MK_VER(2,5,67) /* Makes away with kernel_symbol_group and exception_table. */
|
---|
63 | #define LNX_SUFFIX RT_CONCAT(_2_5_67,LNX_BIT_SUFFIX)
|
---|
64 | #include LNX_TEMPLATE_HEADER
|
---|
65 |
|
---|
66 | #define LNX_VER LNX_MK_VER(2,5,55) /* Adds gpl_symbols */
|
---|
67 | #define LNX_SUFFIX RT_CONCAT(_2_5_55,LNX_BIT_SUFFIX)
|
---|
68 | #include LNX_TEMPLATE_HEADER
|
---|
69 |
|
---|
70 | #define LNX_VER LNX_MK_VER(2,5,48)
|
---|
71 | #define LNX_SUFFIX RT_CONCAT(_2_5_48,LNX_BIT_SUFFIX)
|
---|
72 | #include LNX_TEMPLATE_HEADER
|
---|
73 |
|
---|
74 |
|
---|
75 | /*
|
---|
76 | * Cleanup.
|
---|
77 | */
|
---|
78 | #undef LNX_PTR_T
|
---|
79 | #undef LNX_64BIT
|
---|
80 | #undef LNX_BIT_SUFFIX
|
---|
81 |
|
---|