Update the book
This commit is contained in:
parent
b2ea514556
commit
76586dd6fb
|
|
@ -26,5 +26,8 @@ ioctl(
|
|||
..
|
||||
);
|
||||
|
||||
// Control block devices
|
||||
ioctl(fd, op = BLKGETSIZE64, ..);
|
||||
|
||||
// Control Trust Domain Extensions (TDX) guest devices
|
||||
ioctl(fd, op = TDX_CMD_GET_REPORT0, ..);
|
||||
|
|
|
|||
Loading…
Reference in New Issue