diff options
Diffstat (limited to 'arch/s390/hypfs/hypfs_diag.h')
-rw-r--r-- | arch/s390/hypfs/hypfs_diag.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/s390/hypfs/hypfs_diag.h b/arch/s390/hypfs/hypfs_diag.h new file mode 100644 index 000000000000..793dea6b9bb6 --- /dev/null +++ b/arch/s390/hypfs/hypfs_diag.h | |||
@@ -0,0 +1,16 @@ | |||
1 | /* | ||
2 | * fs/hypfs/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 | |||
9 | #ifndef _HYPFS_DIAG_H_ | ||
10 | #define _HYPFS_DIAG_H_ | ||
11 | |||
12 | extern int hypfs_diag_init(void); | ||
13 | extern void hypfs_diag_exit(void); | ||
14 | extern int hypfs_diag_create_files(struct super_block *sb, struct dentry *root); | ||
15 | |||
16 | #endif /* _HYPFS_DIAG_H_ */ | ||