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