ALSA: hda/realtek - Change front mic location for Lenovo M710q
[linux/fpc-iii.git] / include / acpi / platform / acenvex.h
blob47d690eafe4cf77b9228d48df74ca350599b63a6
1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
2 /******************************************************************************
4 * Name: acenvex.h - Extra host and compiler configuration
6 * Copyright (C) 2000 - 2018, Intel Corp.
8 *****************************************************************************/
10 #ifndef __ACENVEX_H__
11 #define __ACENVEX_H__
13 /*! [Begin] no source code translation */
15 /******************************************************************************
17 * Extra host configuration files. All ACPICA headers are included before
18 * including these files.
20 *****************************************************************************/
22 #if defined(_LINUX) || defined(__linux__)
23 #include <acpi/platform/aclinuxex.h>
25 #elif defined(__DragonFly__)
26 #include "acdragonflyex.h"
29 * EFI applications can be built with -nostdlib, in this case, it must be
30 * included after including all other host environmental definitions, in
31 * order to override the definitions.
33 #elif defined(_AED_EFI) || defined(_GNU_EFI) || defined(_EDK2_EFI)
34 #include "acefiex.h"
36 #endif
38 #if defined(__GNUC__) && !defined(__INTEL_COMPILER)
39 #include "acgccex.h"
41 #elif defined(_MSC_VER)
42 #include "acmsvcex.h"
44 #endif
46 /*! [End] no source code translation !*/
48 #endif /* __ACENVEX_H__ */