index
:
UEFI-Lessons
master
Lessons to get to know UEFI programming in Linux with the help of EDKII
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lessons
/
Lesson_36
/
UefiLessonsPkg
/
Library
/
SimpleLibrary
/
SimpleLibrary.c
blob: acffba4a4a351bd2667b6bc2ab077de02f49d9c3 (
plain
)
1
2
3
4
5
#include <Library/SimpleLibrary.h> UINTN Plus2(UINTN number) { return number+2; }