We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546dc14 commit 46625a6Copy full SHA for 46625a6
CHANGELOG.md
@@ -21,15 +21,6 @@
21
22
## uefi-macros - [Unreleased]
23
24
-## uefi-raw - [Unreleased]
25
-
26
-### Added
27
-- Added `AbsolutePointerProtocol`.
28
-- Added `SimpleFileSystemProtocol` and related types.
29
30
-### Changed
31
-- `{install,reinstall,uninstall}_protocol_interface` now take `const` interface pointers.
32
33
## uefi-services - [Unreleased]
34
35
### Changed
uefi-raw/CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# uefi-raw - [Unreleased]
2
+
3
+## Added
4
+- Added `AbsolutePointerProtocol`.
5
+- Added `SimpleFileSystemProtocol` and related types.
6
7
+## Changed
8
+- `{install,reinstall,uninstall}_protocol_interface` now take `const` interface pointers.
0 commit comments