Simple (U)EFI library
Find a file
2024-04-05 21:15:11 +02:00
protocols Added EFI Scancodes definitions 2024-04-01 14:48:39 +02:00
efi.h Added Firmware Management protocols 2024-04-01 00:05:08 +02:00
efi_bs.h Formatting 2024-03-30 09:52:53 +01:00
efi_rs.h Implemented Runtime Services 2024-03-29 22:56:51 +01:00
efi_st.h Debugger support 2024-03-31 23:49:54 +02:00
efi_types.h Added BOOL and INT 2024-04-03 09:31:59 +02:00
efilib.h Added INTPTR and UINTPTR types 2024-03-30 11:37:28 +01:00
LICENSE.txt Added README.md and LICENSE.txt 2024-04-05 21:15:11 +02:00
README.md Added README.md and LICENSE.txt 2024-04-05 21:15:11 +02:00

Simple EFI Library (SEL)

Usage

Simply put #include "efi.h" into your source code and you're good to go. efilib.h provides additional functionality, but is not required for it to be included.

Contributing

PRs are welcome for fixing spelling or formatting mistakes, otherwise open an issue.

License

Simple EFI Library is licensed under the MIT license, which you can find here.