blob: 833c31b798cf5ad31705c834a5815d1ebeea4654 (
plain)
1
2
3
4
5
6
7
8
9
10
|
function ioperm(__from:dword; __num:dword; __turn_on:longint):longint;cdecl;external clib name 'ioperm';
function iopl(__level:longint):longint;cdecl;external clib name 'iopl';
{ ---------------------------------------------------------------------
Borland compatibility types
---------------------------------------------------------------------}
// Type
|