mirror of
https://github.com/mbilker/vgpu_unlock-rs.git
synced 2025-10-29 12:20:11 +01:00
lib: pretty print RM request structure so numbers are prefixed with 0x
This commit is contained in:
@@ -314,7 +314,7 @@ pub unsafe extern "C" fn ioctl(fd: RawFd, request: c_ulong, argp: *mut c_void) -
|
||||
return ret;
|
||||
}
|
||||
|
||||
//info!("{:x?}", io_data);
|
||||
//info!("{:#x?}", io_data);
|
||||
|
||||
macro_rules! check_size {
|
||||
($name:ident, $expected_type:ty) => {
|
||||
|
||||
Reference in New Issue
Block a user