include/acpi/platform/aczephyr.h
Source file repositories/reference/linux-study-clean/include/acpi/platform/aczephyr.h
File Facts
- System
- Linux kernel
- Corpus path
include/acpi/platform/aczephyr.h- Extension
.h- Size
- 1210 bytes
- Lines
- 46
- Domain
- Repository Root And Misc
- Bucket
- include
- Inferred role
- Repository Root And Misc: implementation source
- Status
- source implementation candidate
Why This File Exists
Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.
- Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.
Dependency Surface
zephyr/kernel.hzephyr/device.hstdio.hstdlib.hstring.hctype.hzephyr/fs/fs.hzephyr/sys/printk.hzephyr/sys/__assert.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
#ifndef __ACZEPHYR_H__
#define __ACZEPHYR_H__
#define ACPI_MACHINE_WIDTH 64
#define ACPI_NO_ERROR_MESSAGES
#undef ACPI_DEBUG_OUTPUT
#define ACPI_USE_SYSTEM_CLIBRARY
#undef ACPI_DBG_TRACK_ALLOCATIONS
#define ACPI_SINGLE_THREADED
#define ACPI_USE_NATIVE_RSDP_POINTER
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <zephyr/fs/fs.h>
#include <zephyr/sys/printk.h>
#include <zephyr/sys/__assert.h>
/******************************************************************************
*
* FUNCTION: acpi_enable_dbg_print
*
* PARAMETERS: Enable, - Enable/Disable debug print
*
* RETURN: None
*
* DESCRIPTION: Enable/disable debug print
*
*****************************************************************************/
void acpi_enable_dbg_print(bool enable);
#endif
Annotation
- Immediate include surface: `zephyr/kernel.h`, `zephyr/device.h`, `stdio.h`, `stdlib.h`, `string.h`, `ctype.h`, `zephyr/fs/fs.h`, `zephyr/sys/printk.h`.
- Atlas domain: Repository Root And Misc / include.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.