Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 7240 | Differences between
and this patch

Collapse All | Expand All

(-)pcmcia-cs-3.2.0/clients/ide_cs.c (-1 / +1 lines)
Lines 100-106 Link Here
100
static int ide_event(event_t event, int priority,
100
static int ide_event(event_t event, int priority,
101
		     event_callback_args_t *args);
101
		     event_callback_args_t *args);
102
102
103
static dev_info_t dev_info = "ide_cs";
103
static dev_info_t dev_info = "ide-cs";
104
104
105
static dev_link_t *ide_attach(void);
105
static dev_link_t *ide_attach(void);
106
static void ide_detach(dev_link_t *);
106
static void ide_detach(dev_link_t *);

Return to bug 7240