1
0
mirror of https://gitlab.os-k.eu/os-k-team/kvisc.git synced 2023-08-25 14:05:46 +02:00
This commit is contained in:
julianb0 2019-06-16 13:52:38 +02:00
parent 88396e0736
commit 3cb7b0e470
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62

View File

@ -6,11 +6,11 @@ MEMDEV := 1
MEMDEV_GETMEMOFF := 0
MEMDEV_GETMEMSIZE := 1
DevGetMemOff:
MEM.GetMemOff:
iocall MEMDEV, MEMDEV_GETMEMOFF
ret
DevGetMemSize:
MEM.GetMemSize:
iocall MEMDEV, MEMDEV_GETMEMSIZE
ret