mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
14 lines
258 B
C
14 lines
258 B
C
/*
|
|
* SE/HMC Drive FTP Device
|
|
*
|
|
* Copyright IBM Corp. 2013
|
|
* Author(s): Ralf Hoppe (rhoppe@de.ibm.com)
|
|
*/
|
|
|
|
#ifndef __HMCDRV_DEV_H__
|
|
#define __HMCDRV_DEV_H__
|
|
|
|
int hmcdrv_dev_init(void);
|
|
void hmcdrv_dev_exit(void);
|
|
|
|
#endif /* __HMCDRV_DEV_H__ */
|