OpenCBM
Main Page
Related Pages
Data Structures
Files
File List
Globals
sys
libcommon
i386
i386/clisti.c
Go to the documentation of this file.
1
/*
2
* This program is free software; you can redistribute it and/or
3
* modify it under the terms of the GNU General Public License
4
* as published by the Free Software Foundation; either version
5
* 2 of the License, or (at your option) any later version.
6
*
7
* Copyright 2006 Spiro Trikaliotis
8
*
9
*/
10
19
#include <wdm.h>
20
#include "
cbm_driver.h
"
21
27
VOID
28
CLI
(VOID)
29
{
30
__asm cli
31
}
32
38
VOID
39
STI
(VOID)
40
{
41
__asm sti
42
}
STI
VOID STI(VOID)
Restart interrupts with STI assembler command.
Definition:
i386/clisti.c:39
CLI
VOID CLI(VOID)
Stop interrupts with CLI assembler command.
Definition:
i386/clisti.c:28
cbm_driver.h
Definitions for the opencbm driver.
Generated on Tue Sep 5 2017 21:52:30 for OpenCBM by
1.8.8