Simple (U)EFI library
Find a file
2024-07-09 11:54:10 +02:00
protocols Don't use standard integer type names 2024-07-08 20:57:58 +02:00
.gitignore Added .gitignore 2024-07-08 20:58:41 +02:00
efi.h Renamed types 2024-05-27 21:45:04 +02:00
efi_bs.h Renamed types 2024-05-27 21:45:04 +02:00
efi_rs.h Renamed types 2024-05-27 21:45:04 +02:00
efi_st.h Renamed types 2024-05-27 21:45:04 +02:00
efi_types.h Fixed types 2024-07-09 11:48:59 +02:00
efilib.h Update efilib.h 2024-07-09 11:49:09 +02:00
LICENSE.txt Added README.md and LICENSE.txt 2024-04-05 21:15:11 +02:00
README.md Added notice 2024-04-12 22:32:19 +02:00

Simple EFI Library (SEL)

Note

Although this library is fairly complete for most programmers' needs, a rewrite is currently taking place to in the rewrite branch. Definitions and names will stay the same, though.

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.