2012-10-09 07:01:56 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2012
|
|
|
|
* Pavel Herrmann <morpheus.ibis@gmail.com>
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2012-10-09 07:01:56 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _MPC8XX_IDE_H_
|
|
|
|
#define _MPC8XX_IDE_H_ 1
|
|
|
|
|
|
|
|
#ifdef CONFIG_IDE_8xx_PCCARD
|
|
|
|
int pcmcia_on(void);
|
|
|
|
extern int ide_devices_found;
|
|
|
|
#endif
|
|
|
|
#endif
|