summaryrefslogtreecommitdiff
path: root/drivers/isdn/hisax/hisax_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/hisax/hisax_cfg.h')
-rw-r--r--drivers/isdn/hisax/hisax_cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/isdn/hisax/hisax_cfg.h b/drivers/isdn/hisax/hisax_cfg.h
index ca3fe6259bca..17a2fea64efe 100644
--- a/drivers/isdn/hisax/hisax_cfg.h
+++ b/drivers/isdn/hisax/hisax_cfg.h
@@ -60,5 +60,7 @@ struct IsdnCard {
IsdnCardState_t *cs;
};
+typedef int (*hisax_setup_func_t)(struct IsdnCard *card);
+
extern void HiSax_closecard(int);
extern int hisax_init_pcmcia(void *, int *, IsdnCard_t *);