libsys.h 195 B

123456789101112131415
  1. /* $Source$
  2. * $State$
  3. * $Revision$
  4. */
  5. #ifndef LIBSYS_H
  6. #define LIBSYS_H
  7. #include "syscalls.h"
  8. typedef unsigned long quad;
  9. extern quad _syscall(int op, quad p1, quad p2, quad p3);
  10. #endif