diff options
Diffstat (limited to 'MdeModulePkg/Include/Protocol/Dpc.h')
-rw-r--r-- | MdeModulePkg/Include/Protocol/Dpc.h | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/MdeModulePkg/Include/Protocol/Dpc.h b/MdeModulePkg/Include/Protocol/Dpc.h index e095f84e81..a93ac249e2 100644 --- a/MdeModulePkg/Include/Protocol/Dpc.h +++ b/MdeModulePkg/Include/Protocol/Dpc.h @@ -1,6 +1,8 @@ -/*++
+/** @file
-Copyright (c) 2007, Intel Corporation
+ EFI Deferred Procedure Call Protocol
+
+Copyright (c) 2007 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -9,17 +11,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Module Name:
-
- Dpc.h
-
-Abstract:
-
- EFI Deferred Procedure Call Protocol
-
-Revision History
-
---*/
+**/
#ifndef __DPC_H__
|