Pavel Herrmann | 8d1165e11a | 2012-10-09 07:01:56 +0000 | [diff] [blame] | 1 | /* |
2 | * (C) Copyright 2012 | ||||
3 | * Pavel Herrmann <morpheus.ibis@gmail.com> | ||||
4 | * | ||||
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | * SPDX-License-Identifier: GPL-2.0+ |
Pavel Herrmann | 8d1165e11a | 2012-10-09 07:01:56 +0000 | [diff] [blame] | 6 | */ |
7 | |||||
8 | #ifndef _MPC8XX_IDE_H_ | ||||
9 | #define _MPC8XX_IDE_H_ 1 | ||||
10 | |||||
11 | #ifdef CONFIG_IDE_8xx_PCCARD | ||||
12 | int pcmcia_on(void); | ||||
13 | extern int ide_devices_found; | ||||
14 | #endif | ||||
15 | #endif |