]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/lib/ide.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / powerpc / lib / ide.h
CommitLineData
8d1165e1
PH
1/*
2 * (C) Copyright 2012
3 * Pavel Herrmann <morpheus.ibis@gmail.com>
4 *
1a459660 5 * SPDX-License-Identifier: GPL-2.0+
8d1165e1
PH
6 */
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