ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/acpi/platform
/
usr
src
kernels
5.14.0-427.31.1.el9_4.x86_64
include
acpi
platform
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
acenv.h
9.16 MB
chmod
View
DL
Edit
Rename
Delete
acenvex.h
1.28 MB
chmod
View
DL
Edit
Rename
Delete
acgcc.h
1.67 MB
chmod
View
DL
Edit
Rename
Delete
acgccex.h
676 B
chmod
View
DL
Edit
Rename
Delete
acintel.h
1.57 MB
chmod
View
DL
Edit
Rename
Delete
aclinux.h
6.39 MB
chmod
View
DL
Edit
Rename
Delete
aclinuxex.h
3.25 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/acpi/platform/acintel.h
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /****************************************************************************** * * Name: acintel.h - VC specific defines, etc. * * Copyright (C) 2000 - 2022, Intel Corp. * *****************************************************************************/ #ifndef __ACINTEL_H__ #define __ACINTEL_H__ /* * Use compiler specific <stdarg.h> is a good practice for even when * -nostdinc is specified (i.e., ACPI_USE_STANDARD_HEADERS undefined. */ #ifndef va_arg #include <stdarg.h> #endif /* Configuration specific to Intel 64-bit C compiler */ #define COMPILER_DEPENDENT_INT64 __int64 #define COMPILER_DEPENDENT_UINT64 unsigned __int64 #define ACPI_INLINE __inline /* * Calling conventions: * * ACPI_SYSTEM_XFACE - Interfaces to host OS (handlers, threads) * ACPI_EXTERNAL_XFACE - External ACPI interfaces * ACPI_INTERNAL_XFACE - Internal ACPI interfaces * ACPI_INTERNAL_VAR_XFACE - Internal variable-parameter list interfaces */ #define ACPI_SYSTEM_XFACE #define ACPI_EXTERNAL_XFACE #define ACPI_INTERNAL_XFACE #define ACPI_INTERNAL_VAR_XFACE /* remark 981 - operands evaluated in no particular order */ #pragma warning(disable:981) /* warn C4100: unreferenced formal parameter */ #pragma warning(disable:4100) /* warn C4127: conditional expression is constant */ #pragma warning(disable:4127) /* warn C4706: assignment within conditional expression */ #pragma warning(disable:4706) /* warn C4214: bit field types other than int */ #pragma warning(disable:4214) #endif /* __ACINTEL_H__ */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply