added rtems_interrupt_level_attribute routien to return a properly

shifted interrupt_level attribute field and RTEMS_INTERRUPT_MASK.
This commit is contained in:
Joel Sherrill
1997-06-03 00:33:48 +00:00
parent e56a2ef367
commit 7e3dcbc175
4 changed files with 12 additions and 32 deletions

View File

@@ -20,17 +20,6 @@ with Interfaces.C;
package body RTEMS is
--
-- Mode Building Functions
--
function Interrupt_Level (
Level : in RTEMS.Unsigned32
) return RTEMS.Attribute is
begin
return 0;
end Interrupt_Level;
--
-- Utility Functions
--