Annotation of MiNT/src/sproto.h, revision 1.1.1.3

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.3 ! root       11: void ARGS_ON_STACK set_mmu P_((crp_reg, tc_reg));
        !            12: 
1.1.1.2   root       13: long ARGS_ON_STACK build_context P_((CONTEXT *sav, int fmt));
1.1       root       14: 
1.1.1.2   root       15: long ARGS_ON_STACK save_context P_((CONTEXT *sav));
1.1       root       16: 
1.1.1.2   root       17: void ARGS_ON_STACK restore_context P_((CONTEXT *sav));
                     18: 
1.1.1.3 ! root       19: void ARGS_ON_STACK change_context P_((CONTEXT *sav));
        !            20: 
1.1.1.2   root       21: 
                     22: 
                     23: /* cpu.s */
                     24: 
                     25: void ARGS_ON_STACK cpush P_((const void *base, long size));
1.1       root       26: 
1.1.1.3 ! root       27: void ARGS_ON_STACK setstack P_((long));
        !            28: 
1.1       root       29: 
                     30: 
                     31: /* intr.s */
                     32: 
1.1.1.2   root       33: void ARGS_ON_STACK reboot P_((void));
1.1       root       34: 
1.1.1.2   root       35: short ARGS_ON_STACK spl7 P_((void));
1.1       root       36: 
1.1.1.2   root       37: void ARGS_ON_STACK spl P_((short));
1.1       root       38: 
1.1.1.3 ! root       39: long ARGS_ON_STACK new_rwabs();
1.1       root       40: 
1.1.1.3 ! root       41: long ARGS_ON_STACK new_mediach();
1.1       root       42: 
1.1.1.3 ! root       43: long ARGS_ON_STACK new_getbpb();
1.1       root       44: 
                     45: 
                     46: 
                     47: /* quickzer.s */
                     48: 
1.1.1.2   root       49: void ARGS_ON_STACK quickzero P_((char *place, long size));
1.1       root       50: 
                     51: 
                     52: 
                     53: /* quickmov.s */
                     54: 
1.1.1.2   root       55: void ARGS_ON_STACK quickmove P_((void *dst, void *src, long nbytes));
1.1       root       56: 
                     57: 
                     58: 
                     59: /* syscall.s */
                     60: 
1.1.1.2   root       61: char * ARGS_ON_STACK lineA0 P_((void));
1.1       root       62: 
1.1.1.2   root       63: void ARGS_ON_STACK call_aes P_((short **));
1.1       root       64: 
1.1.1.2   root       65: long ARGS_ON_STACK callout P_((long, ...));
1.1       root       66: 
1.1.1.2   root       67: long ARGS_ON_STACK callout1 P_((long, int));
1.1       root       68: 
1.1.1.2   root       69: long ARGS_ON_STACK callout2 P_((long, int, int));
1.1       root       70: 
1.1.1.3 ! root       71: void ARGS_ON_STACK do_usrcall P_((void));
        !            72: 
        !            73: 
        !            74: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.