hypfs_diag.h 400 B

12345678910111213141516
  1. /*
  2. * arch/s390/hypfs_diag.h
  3. * Hypervisor filesystem for Linux on s390.
  4. *
  5. * Copyright (C) IBM Corp. 2006
  6. * Author(s): Michael Holzheu <holzheu@de.ibm.com>
  7. */
  8. #ifndef _HYPFS_DIAG_H_
  9. #define _HYPFS_DIAG_H_
  10. extern int hypfs_diag_init(void);
  11. extern void hypfs_diag_exit(void);
  12. extern int hypfs_diag_create_files(struct super_block *sb, struct dentry *root);
  13. #endif /* _HYPFS_DIAG_H_ */