aboutsummaryrefslogtreecommitdiffstats
path: root/UefiLessonsPkg/Include/Library/SimpleLibrary.h
diff options
context:
space:
mode:
Diffstat (limited to 'UefiLessonsPkg/Include/Library/SimpleLibrary.h')
-rw-r--r--UefiLessonsPkg/Include/Library/SimpleLibrary.h2
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);
+