From: Paul M. <le...@us...> - 2001-10-09 19:04:24
|
Update of /cvsroot/linuxconsole/ruby/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv1257/linux Modified Files: gfxfs_fs.h Log Message: Add some more declarations. Index: gfxfs_fs.h =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/gfxfs_fs.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- gfxfs_fs.h 2001/10/06 21:01:15 1.2 +++ gfxfs_fs.h 2001/10/09 19:04:19 1.3 @@ -54,5 +54,7 @@ extern struct file_operations gfxfs_dir_ops; extern struct inode_operations gfxfs_dir_inode_ops; +extern int gfxfs_mknod(struct inode *dir, struct dentry *dentry, int mode, int dev); + #endif /* __GFXFS_FS_H */ |