OpenCBM
Functions
i386/clisti.c File Reference

Wrappers for CLI/STI for the different platforms. Here: i386. More...

#include <wdm.h>
#include "cbm_driver.h"

Go to the source code of this file.

Functions

VOID CLI (VOID)
 Stop interrupts with CLI assembler command. More...
 
VOID STI (VOID)
 Restart interrupts with STI assembler command. More...
 

Detailed Description

Wrappers for CLI/STI for the different platforms. Here: i386.



Author
Spiro Trikaliotis

Definition in file i386/clisti.c.

Function Documentation

VOID CLI ( VOID  )

Stop interrupts with CLI assembler command.

This function stops interrupts on the current CPU by executing a CLI assembler command.

Definition at line 28 of file i386/clisti.c.

VOID STI ( VOID  )

Restart interrupts with STI assembler command.

This function stops interrupts on the current CPU by executing a STI assembler command.

Definition at line 39 of file i386/clisti.c.