URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
Subversion Repositories c0or1k
[/] [c0or1k/] [trunk/] [conts/] [posix/] [mm0/] [include/] [memfs/] [file.h] - Rev 2
Compare with Previous | Blame | View Log
#ifndef __MEMFS_FILE_H__ #define __MEMFS_FILE_H__ extern struct file_ops memfs_file_operations; extern struct dentry_ops memfs_dentry_operations; #endif /* __MEMFS_FILE_H__ */