Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
beckadamtheinventor committed Oct 20, 2024
1 parent 7524e27 commit f932259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syscalls.html
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@
</table></div><div id="drv_OpenDevice"><h1>drv_OpenDevice</h1> <h3>syscall Adress 022708</h3>
<table><th>What it does</th><th>Inputs</th><th>Outputs</th><th>Destroys</th><th>Notes</th>
<tr><td>Return a pointer to a device structure (if valid)</td><td>device_t* drv_OpenDevice(const char *path);<br>
path Path of device file to open.</td><td>pointer to device structure, -1 if failed.</td><td></td><td>
path Path of device file to open.</td><td>pointer to device structure, -1 and Cf set if failed.</td><td></td><td>
</td></tr>
</table></div><div id="drv_OpenDeviceFD"><h1>drv_OpenDeviceFD</h1> <h3>syscall Adress 02270C</h3>
<table><th>What it does</th><th>Inputs</th><th>Outputs</th><th>Destroys</th><th>Notes</th>
Expand Down

0 comments on commit f932259

Please sign in to comment.