acpikcfg.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef _ASM_IA64_ACPIKCFG_H
  2. #define _ASM_IA64_ACPIKCFG_H
  3. /*
  4.  *  acpikcfg.h - ACPI based Kernel Configuration Manager External Interfaces
  5.  *
  6.  *  Copyright (C) 2000 Intel Corp.
  7.  *  Copyright (C) 2000 J.I. Lee  <jung-ik.lee@intel.com>
  8.  */
  9. u32 __init acpi_cf_init (void * rsdp);
  10. u32 __init acpi_cf_terminate (void );
  11. u32 __init
  12. acpi_cf_get_pci_vectors (
  13. struct pci_vector_struct **vectors,
  14. int *num_pci_vectors
  15. );
  16. #ifdef CONFIG_ACPI_KERNEL_CONFIG_DEBUG
  17. void __init
  18. acpi_cf_print_pci_vectors (
  19. struct pci_vector_struct *vectors,
  20. int num_pci_vectors
  21. );
  22. #endif
  23. #endif /* _ASM_IA64_ACPIKCFG_H */