summaryrefslogtreecommitdiffstats
path: root/include/net/smc91111.h
blob: 0b2d49bb198b32b89a38aae3cf91569f1296496c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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;
};

#endif /* __SMC91111_H__ */