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 ea20ca7 commit b255a94Copy full SHA for b255a94
multiboot2/src/efi.rs
@@ -44,7 +44,7 @@ pub struct EFIImageHandle32 {
44
}
45
46
impl EFIImageHandle32 {
47
- /// The Physical address of a i386 EFI system table.
+ /// Returns the physical address of the EFI image handle.
48
pub fn image_handle(&self) -> usize {
49
self.pointer as usize
50
@@ -60,8 +60,8 @@ pub struct EFIImageHandle64 {
60
61
62
impl EFIImageHandle64 {
63
64
- pub fn sdt_address(&self) -> usize {
+ pub fn image_handle(&self) -> usize {
65
66
67
0 commit comments