00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef __SYSINTERF_LTCB_H__
00011 #define __SYSINTERF_LTCB_H__ 1
00012 #include <libc.h>
00013
00014
00015
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