ltcb.h

Go to the documentation of this file.
00001 /*
00002 ** ltcb.h for lseos in lseos-lib/libc/sysinterf
00003 ** 
00004 ** Copyright (c)2004 Vianney Rancurel
00005 ** Login   <vianney@epita.fr>
00006 ** 
00007 ** Started on  Thu Jun 24 15:32:21 2004 Vianney Rancurel
00008 ** Last update Mon Nov 29 18:30:24 2004 Vianney Rancurel
00009 */
00010 #ifndef __SYSINTERF_LTCB_H__
00011 #define __SYSINTERF_LTCB_H__    1
00012 #include <libc.h>
00013 
00014 /* PROTO ltcb.c */
00015 /* ltcb.c */
00016 int lclass(pid_t pid, int class, int use_iomap);
00017 int ltss(pid_t pid, t_tss *tss);
00018 int lep(pid_t pid, int eip, int esp, int ebp);
00019 int lname(pid_t pid, char *name);
00020 int lstatus(pid_t pid, int status);
00021 int ltrace(pid_t pid, int on);
00022 int llinkret2(int retval, int errnoval, int suberrnoval);
00023 int llinkret(struct s_tcb_export *tcb);
00024 int lfpu(pid_t pid, const union savefpu *fpu);
00025 int sfpu(pid_t pid, union savefpu *fpu);
00026 #endif

Generated on Wed May 24 23:04:17 2006 for LSE/OS by  doxygen 1.4.6