acpikcfg.h
来自「嵌入式系统设计与实验教材二源码linux内核移植与编译」· C头文件 代码 · 共 31 行
H
31 行
#ifndef _ASM_IA64_ACPIKCFG_H#define _ASM_IA64_ACPIKCFG_H/* * acpikcfg.h - ACPI based Kernel Configuration Manager External Interfaces * * Copyright (C) 2000 Intel Corp. * Copyright (C) 2000 J.I. Lee <jung-ik.lee@intel.com> */u32 __init acpi_cf_init (void * rsdp);u32 __init acpi_cf_terminate (void );u32 __initacpi_cf_get_pci_vectors ( struct pci_vector_struct **vectors, int *num_pci_vectors );#ifdef CONFIG_ACPI_KERNEL_CONFIG_DEBUGvoid __initacpi_cf_print_pci_vectors ( struct pci_vector_struct *vectors, int num_pci_vectors );#endif#endif /* _ASM_IA64_ACPIKCFG_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?