| .. | .. |
|---|
| 43 | 43 | void hypfs_diag0c_exit(void); |
|---|
| 44 | 44 | |
|---|
| 45 | 45 | /* Set Partition-Resource Parameter */ |
|---|
| 46 | | -int hypfs_sprp_init(void); |
|---|
| 46 | +void hypfs_sprp_init(void); |
|---|
| 47 | 47 | void hypfs_sprp_exit(void); |
|---|
| 48 | 48 | |
|---|
| 49 | 49 | /* debugfs interface */ |
|---|
| .. | .. |
|---|
| 69 | 69 | struct dentry *dentry; |
|---|
| 70 | 70 | }; |
|---|
| 71 | 71 | |
|---|
| 72 | | -extern int hypfs_dbfs_init(void); |
|---|
| 72 | +extern void hypfs_dbfs_init(void); |
|---|
| 73 | 73 | extern void hypfs_dbfs_exit(void); |
|---|
| 74 | | -extern int hypfs_dbfs_create_file(struct hypfs_dbfs_file *df); |
|---|
| 74 | +extern void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df); |
|---|
| 75 | 75 | extern void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df); |
|---|
| 76 | 76 | |
|---|
| 77 | 77 | #endif /* _HYPFS_H_ */ |
|---|