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