poke: map area into client team in POKE_MAP_MEMORY ioctl

After this change `POKE_UNMAP_MEMORY` ioctl will became redurant and
an alias for `delete_area()`. Areas will be automatically deleted
on team exit.

Change-Id: I336b49c2281abf064e1bf28d908c7b2c5afd4df0
This commit is contained in:
X512
2023-12-23 22:26:26 -05:00
committed by Augustin Cavalier
parent e92b4d3a27
commit 0bb43cbf5a
2 changed files with 10 additions and 12 deletions
+1
View File
@@ -67,4 +67,5 @@ typedef struct {
void* address;
} mem_map_args;
#endif // _POKE_DRIVER_H_