#include "archinc.h"
#include "cli.h"
#include "strutil.h"
#include "zarlink.h"
#include "frame.h"
#include "ip.h"

#include <stdio.h>
#include <stdlib.h>

#ifdef CONFIG_INCLUDE_ZARLINK

int enetFrameReceive(pFrameDescriptor_t pRxFrame)
{
}

int enetInit(void)
{
  return 0;
}  

#endif /* CONFIG_INCLUDE_ZARLINK */

