URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [tools/] [bmenu/] [isr.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * COPYRIGHT (c) 1988-2002. * On-Line Applications Research Corporation (OAR). * All rights reserved. * * isr.h,v 1.5 2002/01/17 21:47:47 joel Exp */ #ifndef __ISR_h #define __ISR_h typedef unsigned32 ISR_Level; #define _ISR_Disable #define _ISR_Enable #endif