#include <inttypes.h>#include <errno.h>#include <str_error.h>#include <sys/types.h>#include <async.h>#include <device/char_dev.h>#include <str.h>#include <vfs/vfs.h>#include <sys/stat.h>#include <fcntl.h>#include "../../tester.h"Go to the source code of this file.
Defines | |
| #define | BUFFER_SIZE 64 |
| #define | DEVICE_PATH_CLASSES "/dev/class/virt-null\\1" |
| #define | DEVICE_PATH_NORMAL "/dev/devices/\\virt\\null\\a" |
Functions | |
| const char * | test_virtchar1 (void) |
| static const char * | test_virtchar1_internal (const char *path) |
Definition in file virtchar1.c.
1.4.7