butterfly.h 268 B

123456789
  1. #ifndef __BUTTERFLY_H__
  2. # define __BUTTERFLY_H__
  3. #include <linux/fs.h>
  4. struct dentry *butterfly_mount(struct file_system_type *fs, int flags, const char *devname, void *data);
  5. void butterfly_unmount(struct super_block *sb);
  6. #endif /*__BUTTERFLY_H__*/