VirtualBox

source: vbox/trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit-template-footer.h@ 104620

Last change on this file since 104620 was 98103, checked in by vboxsync, 22 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.4 KB
Line 
1/* $Id: bs3kit-template-footer.h 98103 2023-01-17 14:15:46Z vboxsync $ */
2/** @file
3 * BS3Kit footer for multi-mode code templates.
4 */
5
6/*
7 * Copyright (C) 2007-2023 Oracle and/or its affiliates.
8 *
9 * This file is part of VirtualBox base platform packages, as
10 * available from https://www.virtualbox.org.
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation, in version 3 of the
15 * License.
16 *
17 * This program is distributed in the hope that it will be useful, but
18 * WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, see <https://www.gnu.org/licenses>.
24 *
25 * The contents of this file may alternatively be used under the terms
26 * of the Common Development and Distribution License Version 1.0
27 * (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
28 * in the VirtualBox distribution, in which case the provisions of the
29 * CDDL are applicable instead of those of the GPL.
30 *
31 * You may elect to license modified versions of this file under the
32 * terms and conditions of either the GPL or the CDDL or both.
33 *
34 * SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
35 */
36
37
38/*
39 * Undefine macros defined by the header.
40 * This is a subset of what bs3kit-template-footer.mac does.
41 */
42#undef TMPL_RM
43#undef TMPL_PE16
44#undef TMPL_PE16_32
45#undef TMPL_PE16_V86
46#undef TMPL_PE32
47#undef TMPL_PE32_16
48#undef TMPL_PEV86
49#undef TMPL_PP16
50#undef TMPL_PP16_32
51#undef TMPL_PP16_V86
52#undef TMPL_PP32
53#undef TMPL_PP32_16
54#undef TMPL_PPV86
55#undef TMPL_PAE16
56#undef TMPL_PAE16_32
57#undef TMPL_PAE16_V86
58#undef TMPL_PAE32
59#undef TMPL_PAE32_16
60#undef TMPL_PAEV86
61#undef TMPL_LM16
62#undef TMPL_LM32
63#undef TMPL_LM64
64
65#undef TMPL_CMN_PE
66#undef TMPL_SYS_PE16
67#undef TMPL_SYS_PE32
68#undef TMPL_CMN_PP
69#undef TMPL_SYS_PP16
70#undef TMPL_SYS_PP32
71#undef TMPL_CMN_PAE
72#undef TMPL_SYS_PAE16
73#undef TMPL_SYS_PAE32
74#undef TMPL_CMN_LM
75#undef TMPL_CMN_V86
76#undef TMPL_CMN_R86
77#undef TMPL_CMN_PAGING
78#undef TMPL_CMN_WEIRD
79#undef TMPL_CMN_WEIRD_V86
80
81#undef TMPL_CMN_R86
82
83#undef TMPL_NM
84#undef TMPL_FAR_NM
85#undef TMPL_MODE
86#undef TMPL_MODE_STR
87#undef TMPL_MODE_LNAME
88#undef TMPL_MODE_UNAME
89#undef TMPL_16BIT
90#undef TMPL_32BIT
91#undef TMPL_64BIT
92#undef TMPL_BITS
93
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette