|
My Project
|
#include "soc_common.h"#include <errno.h>#include <fcntl.h>#include <stdarg.h>#include <sys/ioctl.h>Go to the source code of this file.
Functions | |
| int | ioctl (int fd, int request,...) |
| int ioctl | ( | int | fd, |
| int | request, | ||
| ... | |||
| ) |
Definition at line 7 of file soc_ioctl.c.