xref: /qemu/include/hw/m68k/mcf_fec.h (revision 4dad0a9aa818698e0735c8352bf7925a1660df6f)
16ac38ed4SThomas Huth /*
26ac38ed4SThomas Huth  * Definitions for the ColdFire Fast Ethernet Controller emulation.
36ac38ed4SThomas Huth  *
46ac38ed4SThomas Huth  * This code is free software; you can redistribute it and/or modify
56ac38ed4SThomas Huth  * it under the terms of the GNU General Public License as published by
66ac38ed4SThomas Huth  * the Free Software Foundation; either version 2 of the License, or
76ac38ed4SThomas Huth  * (at your option) any later version.
86ac38ed4SThomas Huth  */
96ac38ed4SThomas Huth 
10f91005e1SMarkus Armbruster #ifndef HW_M68K_MCF_FEC_H
11f91005e1SMarkus Armbruster #define HW_M68K_MCF_FEC_H
12db1015e9SEduardo Habkost #include "qom/object.h"
13f91005e1SMarkus Armbruster 
146ac38ed4SThomas Huth #define TYPE_MCF_FEC_NET "mcf-fec"
15*8063396bSEduardo Habkost OBJECT_DECLARE_SIMPLE_TYPE(mcf_fec_state, MCF_FEC_NET)
166ac38ed4SThomas Huth 
176ac38ed4SThomas Huth #define FEC_NUM_IRQ 13
18f91005e1SMarkus Armbruster 
19f91005e1SMarkus Armbruster #endif
20