diff options
Diffstat (limited to 'UefiLessonsPkg/Include/Library/SimpleLibrary.h')
-rw-r--r-- | UefiLessonsPkg/Include/Library/SimpleLibrary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UefiLessonsPkg/Include/Library/SimpleLibrary.h b/UefiLessonsPkg/Include/Library/SimpleLibrary.h new file mode 100644 index 0000000..105bc87 --- /dev/null +++ b/UefiLessonsPkg/Include/Library/SimpleLibrary.h @@ -0,0 +1,2 @@ +UINTN Plus2(UINTN number); + |