ide.h 257 B

123456789101112131415
  1. /*
  2. * (C) Copyright 2012
  3. * Pavel Herrmann <morpheus.ibis@gmail.com>
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. #ifndef _MPC8XX_IDE_H_
  8. #define _MPC8XX_IDE_H_ 1
  9. #ifdef CONFIG_IDE_8xx_PCCARD
  10. int pcmcia_on(void);
  11. extern int ide_devices_found;
  12. #endif
  13. #endif