diff options
author | kaashoek <kaashoek> | 2006-08-08 18:07:37 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-08-08 18:07:37 +0000 |
commit | e8d11c2e846ad15b32caacc8a919722b76d00f79 (patch) | |
tree | 057169eaa21dc0151931d8e30072ce0d26d89bcf /defs.h | |
parent | 104207726be721843e44b8616faa87222aa5f0c2 (diff) | |
download | xv6-labs-e8d11c2e846ad15b32caacc8a919722b76d00f79.tar.gz xv6-labs-e8d11c2e846ad15b32caacc8a919722b76d00f79.tar.bz2 xv6-labs-e8d11c2e846ad15b32caacc8a919722b76d00f79.zip |
mknod,ialloc,iupdate
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,3 +109,4 @@ void idecref(struct inode *ip); void iput(struct inode *ip); struct inode * namei(char *path); int readi(struct inode *ip, void *xdst, uint off, uint n); +struct inode *mknod(struct inode *, char *, short, short, short); |