Changeset 82ab443e in rtems


Ignore:
Timestamp:
04/07/97 21:20:16 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2ff1d549
Parents:
32ef3dc
Message:

added prototypes for two assembly language routines to eliminate warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/mips64orion/cpu.h

    r32ef3dc r82ab443e  
    933933}
    934934
     935/*
     936 *  Miscellaneous prototypes
     937 *
     938 *  NOTE:  The names should have mips64orion in them.
     939 */
     940
     941void disable_int( unsigned32 mask );
     942void enable_int( unsigned32 mask );
     943
    935944#ifdef __cplusplus
    936945}
Note: See TracChangeset for help on using the changeset viewer.