mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 19:47:14 +01: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
|