Changes in uspace/app/tester/hw/misc/virtchar1.c [ce79069b:7551706b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/hw/misc/virtchar1.c
rce79069b r7551706b 40 40 #include <sys/types.h> 41 41 #include <async.h> 42 #include <device/char _dev.h>42 #include <device/char.h> 43 43 #include <str.h> 44 44 #include <vfs/vfs.h> 45 45 #include <sys/stat.h> 46 46 #include <fcntl.h> 47 #include <device/char.h> 47 48 #include "../../tester.h" 48 49 … … 78 79 size_t i; 79 80 char buffer[BUFFER_SIZE]; 80 char_dev_read(phone, buffer, BUFFER_SIZE);81 read_dev(phone, buffer, BUFFER_SIZE); 81 82 TPRINTF(" ...verifying that we read zeroes only...\n"); 82 83 for (i = 0; i < BUFFER_SIZE; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.