/* * Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD * * Under GPLv2 only */ #ifndef __SMC91111_H__ #define __SMC91111_H__ struct smc91c111_pdata { int qemu_fixup; }; #endif /* __SMC91111_H__ */