|
PatchworkOS
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <sys/io.h>#include "common/print.h"#include "user/common/syscalls.h"Go to the source code of this file.
Functions | |
| uint64_t | ioctl (fd_t fd, uint64_t request, void *argp, uint64_t size) |
| System call for extended driver behaviour. | |