root/drivers/s390/char/hmcdrv_dev.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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__ */

/* [<][>][^][v][top][bottom][index][help] */