1{
2   This file is part of the Free Pascal run time library.
3   (c) 2000-2003 by Marco van de Voort
4   member of the Free Pascal development team.
5
6   See the file COPYING.FPC, included in this distribution,
7   for details about the copyright.
8
9   Headers for i386 specific functions on FreeBSD
10
11   This program is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY;without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14}
15
16{**************************
17     Port IO functions
18***************************}
19
20Function  IOperm (From,Num : Cardinal; Value : Longint) : boolean;
21{$ifndef BSD}
22Function  IoPL(Level : longint) : Boolean;
23{$endif}
24
25