mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Fix a TDX minor issue
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
7ddfd42baa
commit
50773de35f
@ -8,7 +8,7 @@ use crate::{
|
|||||||
error::Error,
|
error::Error,
|
||||||
events::IoEvents,
|
events::IoEvents,
|
||||||
fs::{inode_handle::FileIo, utils::IoctlCmd},
|
fs::{inode_handle::FileIo, utils::IoctlCmd},
|
||||||
process::signal::Poller,
|
process::signal::{Pollable, Poller},
|
||||||
};
|
};
|
||||||
|
|
||||||
const TDX_REPORTDATA_LEN: usize = 64;
|
const TDX_REPORTDATA_LEN: usize = 64;
|
||||||
|
Reference in New Issue
Block a user