improve readability

This commit is contained in:
Valentyn Faychuk 2024-10-19 05:03:04 +03:00
parent d8dc2d8756
commit 724a59e4e1
2 changed files with 2 additions and 2 deletions

@ -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);