mirror of
https://github.com/mbilker/vgpu_unlock-rs.git
synced 2026-01-17 11:57:00 +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;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
//info!("{:x?}", io_data);
|
//info!("{:#x?}", io_data);
|
||||||
|
|
||||||
macro_rules! check_size {
|
macro_rules! check_size {
|
||||||
($name:ident, $expected_type:ty) => {
|
($name:ident, $expected_type:ty) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user