xref: /linux/drivers/s390/char/hmcdrv_dev.h (revision 307797159ac25fe5a2048bf5c6a5718298edca57)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *    SE/HMC Drive FTP Device
4  *
5  *    Copyright IBM Corp. 2013
6  *    Author(s): Ralf Hoppe (rhoppe@de.ibm.com)
7  */
8 
9 #ifndef __HMCDRV_DEV_H__
10 #define __HMCDRV_DEV_H__
11 
12 int hmcdrv_dev_init(void);
13 void hmcdrv_dev_exit(void);
14 
15 #endif	 /* __HMCDRV_DEV_H__ */
16