blob: e0b2e6197b977e7d51d6ba64efd4cf4afe4c5885 [file] [log] [blame]
Pavel Herrmann8d1165e11a2012-10-09 07:01:56 +00001/*
2 * (C) Copyright 2012
3 * Pavel Herrmann <morpheus.ibis@gmail.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Pavel Herrmann8d1165e11a2012-10-09 07:01:56 +00006 */
7
8#ifndef _MPC8XX_IDE_H_
9#define _MPC8XX_IDE_H_ 1
10
11#ifdef CONFIG_IDE_8xx_PCCARD
12int pcmcia_on(void);
13extern int ide_devices_found;
14#endif
15#endif