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