|
|
1.1 ! root 1: /* ! 2: ! 3: * C declarations for functions defined in .s files ! 4: ! 5: */ ! 6: ! 7: ! 8: ! 9: /* context.s */ ! 10: ! 11: long build_context P_((CONTEXT *sav)); ! 12: ! 13: long save_context P_((CONTEXT *sav)); ! 14: ! 15: void restore_context P_((CONTEXT *sav)); ! 16: ! 17: ! 18: ! 19: /* intr.s */ ! 20: ! 21: void reboot P_((void)); ! 22: ! 23: short spl7 P_((void)); ! 24: ! 25: void spl P_((short)); ! 26: ! 27: void new_rwabs(); ! 28: ! 29: void new_mediach(); ! 30: ! 31: void new_getbpb(); ! 32: ! 33: ! 34: ! 35: /* quickzer.s */ ! 36: ! 37: void quickzero P_((char *place, long size)); ! 38: ! 39: ! 40: ! 41: /* quickmov.s */ ! 42: ! 43: void quickmove P_((void *dst, void *src, long nbytes)); ! 44: ! 45: ! 46: ! 47: /* syscall.s */ ! 48: ! 49: char *lineA0 P_((void)); ! 50: ! 51: void call_aes P_((short **)); ! 52: ! 53: long callout P_((long, ...)); ! 54: ! 55: ! 56:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.