2019-09-03 11:58:42 +02:00
|
|
|
// /** @file
|
|
|
|
// 8259 Interrupt Controller driver that provides Legacy 8259 protocol.
|
|
|
|
//
|
|
|
|
// 8259 Interrupt Controller driver that provides Legacy 8259 protocol.
|
|
|
|
//
|
2019-09-13 20:50:51 +02:00
|
|
|
// Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>
|
2019-09-03 11:58:42 +02:00
|
|
|
//
|
2019-09-13 20:50:51 +02:00
|
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
2019-09-03 11:58:42 +02:00
|
|
|
//
|
|
|
|
// **/
|
|
|
|
|
|
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "8259 Interrupt Controller driver that provides Legacy 8259 protocol"
|
|
|
|
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "8259 Interrupt Controller driver that provides Legacy 8259 protocol."
|
|
|
|
|