⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 acpikcfg.h

📁 嵌入式系统设计与实例开发实验教材二源码 多线程应用程序设计 串行端口程序设计 AD接口实验 CAN总线通信实验 GPS通信实验 Linux内核移植与编译实验 IC卡读写实验 SD驱动使
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -