summaryrefslogtreecommitdiffstats
path: root/include/platform_data/eth-smc91111.h
blob: 72193bf972cfd7e0e50061e3f3eca942bf350fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD <plagnio@jcrosoft.com>
 *
 * Under GPLv2 only
 */

#ifndef __SMC91111_H__
#define __SMC91111_H__

struct smc91c111_pdata {
	int qemu_fixup;
	int addr_shift;
	int bus_width;
	bool word_aligned_short_writes;
	int config_setup;
	int control_setup;
};

#endif /* __SMC91111_H__ */