diff options
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,3 +102,4 @@ void iunlock(struct inode *ip); void iincref(struct inode *ip); void iput(struct inode *ip); struct inode * namei(char *path); +int readi(struct inode *ip, void *xdst, uint off, uint n); |