#include <ipc/dev_iface.h>#include <device/char_dev.h>#include <errno.h>#include <async.h>#include <malloc.h>#include <stdio.h>Go to the source code of this file.
Functions | |
| ssize_t | char_dev_read (int dev_phone, void *buf, size_t size) |
| Read from character device. | |
| static ssize_t | char_dev_rw (int dev_phone, void *buf, size_t size, bool read) |
| Read to or write from device. | |
| ssize_t | char_dev_write (int dev_phone, void *buf, size_t size) |
| Write to character device. | |
Definition in file char_dev.c.
1.4.7