mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-16 02:26:04 +02:00
11 lines
368 B
PHP
11 lines
368 B
PHP
|
|
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
|