#define RTL_RESET_PORT PORTE
#define RTL_RESET_DDR DDRE
#define RTL_RESET_BIT 4
#define RTL_SIGNAL_PORT PORTE
#define RTL_SIGNAL_PIN PINE
#define RTL_SIGNAL_DDR DDRE
#define RTL_SIGNAL sig_INTERRUPT5
#define RTL_SIGNAL_BIT 5
#define NIC_BASE 0xC000
#define LAN_SIGNAL_PORT PORTE
#define LAN_SIGNAL_PIN PINE
#define LAN_SIGNAL_DDR DDRE
#define LAN_SIGNAL sig_INTERRUPT5
#define LAN_SIGNAL_BIT 5