Added notice

This commit is contained in:
Jozef Nagy 2024-04-12 22:32:19 +02:00
parent 83afc73363
commit 56b5f9bf4f
No known key found for this signature in database
GPG key ID: 5B49DC29F09685D6

View file

@ -1,5 +1,8 @@
# Simple EFI Library (SEL) # 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 ## Usage
Simply put `#include "efi.h"` into your source code and you're good to go. Simply put `#include "efi.h"` into your source code and you're good to go.