summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pcmcia_/ds.h
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-03-17 15:47:07 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2005-03-17 15:47:07 +0000
commit7f90603174c35f5d71a738e69790ab00e4ad6397 (patch)
tree83080437e7f7c78f9dccc0d7c261424398930486 /mdk-stage1/pcmcia_/ds.h
parent5591eb1b1a30e2744a1c3bef614efd73008c442d (diff)
downloaddrakx-backup-do-not-use-7f90603174c35f5d71a738e69790ab00e4ad6397.tar
drakx-backup-do-not-use-7f90603174c35f5d71a738e69790ab00e4ad6397.tar.gz
drakx-backup-do-not-use-7f90603174c35f5d71a738e69790ab00e4ad6397.tar.bz2
drakx-backup-do-not-use-7f90603174c35f5d71a738e69790ab00e4ad6397.tar.xz
drakx-backup-do-not-use-7f90603174c35f5d71a738e69790ab00e4ad6397.zip
merge with recent enough kernel and remove osbolete (unused) stuff, also do
some 64-bit fixing there (forward port from cs3 and 10.1 branches)
Diffstat (limited to 'mdk-stage1/pcmcia_/ds.h')
-rw-r--r--mdk-stage1/pcmcia_/ds.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/mdk-stage1/pcmcia_/ds.h b/mdk-stage1/pcmcia_/ds.h
index d191b09d6..29db7b415 100644
--- a/mdk-stage1/pcmcia_/ds.h
+++ b/mdk-stage1/pcmcia_/ds.h
@@ -143,21 +143,6 @@ int unregister_pccard_driver(dev_info_t *dev_info);
#define register_pcmcia_driver register_pccard_driver
#define unregister_pcmcia_driver unregister_pccard_driver
-#ifdef __BEOS__
-#define DS_MODULE_NAME "bus_managers/pcmcia_ds/v1"
-typedef struct ds_module_info {
- bus_manager_info binfo;
- int (*_register_pccard_driver)(dev_info_t *,
- dev_link_t *(*)(void),
- void (*)(dev_link_t *));
- int (*_unregister_pccard_driver)(dev_info_t *);
- struct driver_info_t **root_driver;
- int *sockets;
- struct socket_info_t **socket_table;
- sem_id *list_sem;
-} ds_module_info;
-#endif /* __BEOS__ */
-
#endif /* __KERNEL__ */
#endif /* _LINUX_DS_H */