/* sys/portacce.c (emx+gcc) -- Copyright (c) 1992-1994 by Eberhard Mattes */

#include <sys/emx.h>
#include <errno.h>
#include "syscalls.h"

int __portaccess (unsigned first, unsigned last)
{
  return (0);
}
