Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / 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__ */