ack/plat/linux386/libsys/libsys.h
2007-04-21 23:02:11 +00:00

16 lines
195 B
C

/* $Source$
* $State$
* $Revision$
*/
#ifndef LIBSYS_H
#define LIBSYS_H
#include "syscalls.h"
typedef unsigned long quad;
extern quad _syscall(int op, quad p1, quad p2, quad p3);
#endif