OpenCBM
amd64/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 }
31 
37 VOID
38 STI(VOID)
39 {
40 }
VOID STI(VOID)
Restart interrupts with STI assembler command.
Definition: amd64/clisti.c:38
Definitions for the opencbm driver.
VOID CLI(VOID)
Stop interrupts with CLI assembler command.
Definition: amd64/clisti.c:28