Merge remote-tracking branch 'remoteproc/for-next'
[deliverable/linux.git] / drivers / s390 / char / hmcdrv_dev.h
1 /*
2 * SE/HMC Drive FTP Device
3 *
4 * Copyright IBM Corp. 2013
5 * Author(s): Ralf Hoppe (rhoppe@de.ibm.com)
6 */
7
8 #ifndef __HMCDRV_DEV_H__
9 #define __HMCDRV_DEV_H__
10
11 int hmcdrv_dev_init(void);
12 void hmcdrv_dev_exit(void);
13
14 #endif /* __HMCDRV_DEV_H__ */
This page took 0.031098 seconds and 5 git commands to generate.