#include <inttypes.h>#include <errno.h>#include <str_error.h>#include <sys/types.h>#include <async.h>#include <devman.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 | DEVICE_CLASS "virt-null" |
| #define | DEVICE_CLASS_NAME "1" |
| #define | DEVICE_PATH_CLASSES DEVICE_CLASS "/" DEVICE_CLASS_NAME |
| #define | DEVICE_PATH_NORMAL "/virt/null/a" |
Functions | |
| const char * | test_devman1 (void) |
Definition in file devman1.c.
1.4.7