From f932259883c1d84274df5e2dca9281d1c1e72954 Mon Sep 17 00:00:00 2001 From: Adam Beckingham Date: Sat, 19 Oct 2024 20:31:59 -0600 Subject: [PATCH] Update documentation --- docs/syscalls.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syscalls.html b/docs/syscalls.html index 15236f2e..e16da2d0 100644 --- a/docs/syscalls.html +++ b/docs/syscalls.html @@ -1000,7 +1000,7 @@

drv_OpenDevice

syscall Adress 022708

What it doesInputsOutputsDestroysNotes
Return a pointer to a device structure (if valid)device_t* drv_OpenDevice(const char *path);
-path Path of device file to open.
pointer to device structure, -1 if failed. +path Path of device file to open.pointer to device structure, -1 and Cf set if failed.

drv_OpenDeviceFD

syscall Adress 02270C

What it doesInputsOutputsDestroysNotes