Annotation of previous/src/includes/nbic.h, revision 1.1.1.2

1.1.1.2 ! root        1: #ifdef __cplusplus
        !             2: extern "C" {
        !             3: #endif /* __cplusplus */
1.1       root        4: 
                      5: Uint32 nbic_reg_lget(Uint32 addr);
                      6: Uint32 nbic_reg_wget(Uint32 addr);
                      7: Uint32 nbic_reg_bget(Uint32 addr);
                      8: void nbic_reg_lput(Uint32 addr, Uint32 val);
                      9: void nbic_reg_wput(Uint32 addr, Uint32 val);
                     10: void nbic_reg_bput(Uint32 addr, Uint32 val);
                     11: 
1.1.1.2 ! root       12: Uint32 nb_cpu_slot_lget(Uint32 addr);
        !            13: Uint16 nb_cpu_slot_wget(Uint32 addr);
        !            14: Uint8 nb_cpu_slot_bget(Uint32 addr);
        !            15: void nb_cpu_slot_lput(Uint32 addr, Uint32 l);
        !            16: void nb_cpu_slot_wput(Uint32 addr, Uint16 w);
        !            17: void nb_cpu_slot_bput(Uint32 addr, Uint8 b);
        !            18: 
        !            19: #ifdef __cplusplus
        !            20: }
        !            21: #endif /* __cplusplus */

unix.superglobalmegacorp.com

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