improve readability
This commit is contained in:
parent
d8dc2d8756
commit
724a59e4e1
@ -1,2 +1,2 @@
|
||||
A simple app to display Occlum /dev/sgx IOCTL codes and needed types
|
||||
A simple app to display Occlum /dev/sgx IOCTL codes in hex and needed types</br>
|
||||
Doesn't have any dependencies, run with `cargo run`
|
||||
|
||||
@ -3,7 +3,7 @@ mod types;
|
||||
use types::*;
|
||||
|
||||
fn main() {
|
||||
println!("Occlum /dev/sgx IOCTL codes:");
|
||||
println!("Occlum /dev/sgx IOCTL codes in hex:");
|
||||
|
||||
println!("SGX_CMD_NUM_IS_EDMM_SUPPORTED {:x}", SGX_CMD_NUM_IS_EDMM_SUPPORTED);
|
||||
println!("SGX_CMD_NUM_GET_EPID_GROUP_ID {:x}", SGX_CMD_NUM_GET_EPID_GROUP_ID);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user