QNCLpc.asi 442 B

1234567891011121314151617181920212223
  1. /** @file
  2. Lpc devices and control methods
  3. Copyright (c) 2013-2015 Intel Corporation.
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef QNC_LPC_ASI
  7. #define QNC_LPC_ASI
  8. Device(LPC)
  9. {
  10. Name(_ADR,0x001f0000) // Device (HI WORD)=31, Func (LO WORD)=0
  11. Include ("PciIrq.asi") // PCI routing control methods
  12. Include ("LpcDev.asi") // Static Lpc device resource declaration
  13. }
  14. #endif