]>
Commit | Line | Data |
---|---|---|
dd3b648e RP |
1 | /* xdr_regs.h - xdr header for 68k registers */ |
2 | ||
3 | /* | |
4 | modification history | |
5 | -------------------- | |
6 | 01a,05jun90,llk extracted from xdr_regs.h. | |
7 | */ | |
8 | ||
9 | /* xdr structures are defined in reg.h (a bad place for them, i might add) */ | |
10 | ||
11 | bool_t xdr_regs(); | |
12 | bool_t xdr_ext_fp(); | |
13 | bool_t xdr_fp_status(); | |
14 | bool_t xdr_fpa_status(); | |
15 | bool_t xdr_fpa_long(); | |
16 | bool_t xdr_fpa_regs(); |