9
0
Fork 0
barebox/include/net/smc91111.h

15 lines
230 B
C

/*
* 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__ */