#include <procfs.h>
#include <sys/old_procfs.h>

psinfo_t        SIZEOF_PSINFO_T
        pr_fname        OFFSET_PSINFO_T_PR_FNAME
        pr_psargs       OFFSET_PSINFO_T_PR_PSARGS

prpsinfo_t      SIZEOF_PRPSINFO_T
        pr_fname        OFFSET_PRPSINFO_T_PR_FNAME
        pr_psargs       OFFSET_PRPSINFO_T_PR_PSARGS

prstatus_t      SIZEOF_PRSTATUS_T
        pr_pid          OFFSET_PRSTATUS_T_PR_PID
        pr_cursig       OFFSET_PRSTATUS_T_PR_CURSIG
        pr_reg          OFFSET_PRSTATUS_T_PR_REG

lwpsinfo_t      SIZEOF_LWPSINFO_T
        pr_lwpid        OFFSET_LWPSINFO_T_PR_LWPID

lwpstatus_t     SIZEOF_LWPSTATUS_T
        pr_lwpid        OFFSET_LWPSTATUS_T_PR_LWPID
        pr_cursig       OFFSET_LWPSTATUS_T_PR_CURSIG
        pr_reg          OFFSET_LWPSTATUS_T_PR_REG
        pr_fpreg        OFFSET_LWPSTATUS_T_PR_FPREG

gregset_t       SIZEOF_PRGREGSET_T

fpregset_t      SIZEOF_PRFPREGSET_T