butterfly.h 304 B

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