00001 /* 00002 ** npx.h for lseos in lseos-lib/libc/sysinterf 00003 ** 00004 ** Copyright (c)2004 Vianney Rancurel 00005 ** Login <vianney@epita.fr> 00006 ** 00007 ** Started on Tue Oct 26 11:30:43 2004 Vianney Rancurel 00008 ** Last update Mon Nov 29 18:28:00 2004 Vianney Rancurel 00009 */ 00010 #ifndef __SYSINTERF_NPX_H__ 00011 #define __SYSINTERF_NPX_H__ 1 00012 #include <libc.h> 00013 00014 /* PROTO npx.c */ 00015 /* npx.c */ 00016 int npx_save(pid_t pid); 00017 int npx_restore(pid_t pid); 00018 #endif