Sign in
third-party-mirror
/
u-boot
/
6bb6049bf2ecde91b62a4b3d55fa6ee8ed61520e
/
.
/
arch
/
powerpc
/
lib
/
ide.h
blob: e0b2e6197b977e7d51d6ba64efd4cf4afe4c5885 [
file
]
/*
* (C) Copyright 2012
* Pavel Herrmann <morpheus.ibis@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#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