summaryrefslogtreecommitdiff
path: root/src/sys/include/fs/devfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/include/fs/devfs.h')
-rw-r--r--src/sys/include/fs/devfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/include/fs/devfs.h b/src/sys/include/fs/devfs.h
index ea96cdd..68c910f 100644
--- a/src/sys/include/fs/devfs.h
+++ b/src/sys/include/fs/devfs.h
@@ -45,6 +45,7 @@ struct devfs_node;
struct dev_iobuf {
void *buf;
size_t count;
+ off_t off;
};
/*