14 lines
412 B
Markdown
14 lines
412 B
Markdown
# 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](LICENSE.txt).
|