Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / drivers / s390 / char / hmcdrv_dev.h
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__ */