Add missing linux68k platform and liblinux support library.

--HG--
branch : dtrg-experimental-powerpc
This commit is contained in:
David Given
2013-05-09 00:56:10 +01:00
parent c93cb69959
commit 8d0261473d
29 changed files with 1192 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/* $Source: /cvsroot/tack/Ack/plat/linux386/libsys/libsys.h,v $
* $State: Exp $
* $Revision: 1.1 $
*/
#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