/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /****************************************************************************** * * Name: acenvex.h - Extra host and compiler configuration * * Copyright (C) 2000 - 2025, Intel Corp. *
*****************************************************************************/
#ifndef __ACENVEX_H__ #define __ACENVEX_H__
/*! [Begin] no source code translation */
/****************************************************************************** * * Extra host configuration files. All ACPICA headers are included before * including these files. *
*****************************************************************************/
/* * EFI applications can be built with -nostdlib, in this case, it must be * included after including all other host environmental definitions, in * order to override the definitions.
*/ #elifdefined(_AED_EFI) || defined(_GNU_EFI) || defined(_EDK2_EFI) #include"acefiex.h"
#endif
#ifdefined(__GNUC__) #include"acgccex.h"
#elifdefined(_MSC_VER) #include"acmsvcex.h"
#endif
/*! [End] no source code translation !*/
#endif/* __ACENVEX_H__ */
Messung V0.5
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.