aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tifm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tifm.h')
-rw-r--r--include/linux/tifm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/tifm.h b/include/linux/tifm.h
index a7bd654e2ee5..82da028d8c07 100644
--- a/include/linux/tifm.h
+++ b/include/linux/tifm.h
@@ -131,7 +131,9 @@ void tifm_remove_adapter(struct tifm_adapter *fm);
131void tifm_free_adapter(struct tifm_adapter *fm); 131void tifm_free_adapter(struct tifm_adapter *fm);
132 132
133void tifm_free_device(struct device *dev); 133void tifm_free_device(struct device *dev);
134struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm); 134struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id,
135 unsigned char type);
136
135int tifm_register_driver(struct tifm_driver *drv); 137int tifm_register_driver(struct tifm_driver *drv);
136void tifm_unregister_driver(struct tifm_driver *drv); 138void tifm_unregister_driver(struct tifm_driver *drv);
137void tifm_eject(struct tifm_dev *sock); 139void tifm_eject(struct tifm_dev *sock);