
void dummy_eo_xdata(void) __naked
{
  __asm
        .area XSEG_DUMMY    (XDATA)
        _eo_xdata::        ; nothing alloc'd!
  __endasm;
}
