summaryrefslogtreecommitdiffstats
path: root/arch/mips/cpu/mips32/au1x00/au1x00_ide.c
blob: ba0b35df5d9dda08cec26871fd3fc1c911cfa178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * (C) Copyright 2000-2011
 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <common.h>
#include <ide.h>

/* AU1X00 swaps data in big-endian mode, enforce little-endian function */
void ide_input_swap_data(int dev, ulong *sect_buf, int words)
{
	ide_input_data(dev, sect_buf, words);
}
OpenPOWER on IntegriCloud