Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* temporary measure */ |
Russell King | 9468613 | 2006-10-28 22:42:56 +0100 | [diff] [blame] | 2 | extern int __pxa2xx_drv_pcmcia_probe(struct device *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | |
Russell King - ARM Linux | 701a5dc | 2009-03-29 19:42:44 +0100 | [diff] [blame^] | 4 | int pxa2xx_drv_pcmcia_add_one(struct soc_pcmcia_socket *skt); |
5 | void pxa2xx_drv_pcmcia_ops(struct pcmcia_low_level *ops); | ||||
6 |