Skip to content

Commit

Permalink
MdePkg: Add comment to MdePkg and ArmPkg
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Feb 15, 2024
1 parent e9c4066 commit d38da7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ArmPkg/Include/Library/ArmLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#ifndef ARM_LIB_H_
#define ARM_LIB_H_

// Add extra comment V2


#include <Uefi/UefiBaseType.h>

#ifdef MDE_CPU_ARM
Expand Down
2 changes: 2 additions & 0 deletions MdePkg/Include/Library/DebugLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#ifndef __DEBUG_LIB_H__
#define __DEBUG_LIB_H__

// Add extra comment V2

//
// Declare bits for PcdDebugPropertyMask
//
Expand Down

0 comments on commit d38da7c

Please sign in to comment.