Commit 59bc8ab
committed
Restore some memory exports to uefi::table::boot
The next release already has a fair number of breaking changes going into it, so
restore a few public exports to uefi::table::boot to reduce the number of
changes users have to make on upgrade. Specifically, `MemoryAttribute`,
`MemoryDescriptor`, and `MemoryType`.
This module will be deprecated eventually (replaced by `uefi::boot`), so these
re-exports will eventually go away in some future release.1 parent c7668ee commit 59bc8ab
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
0 commit comments