telegard/ints.inc

16 lines
199 B
PHP
Raw Permalink Normal View History

2000-11-17 16:33:00 -08:00
{Include file INTS.INC. INLINE macros to disable and enable interrupts.}
PROCEDURE disable_interrupts;
INLINE
(
$FA {CLI}
);
PROCEDURE enable_interrupts;
INLINE
(
$FB {STI}
);