x86h.inc 701 B

123456789101112131415161718192021222324
  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. See the file COPYING.FPC, included in this distribution,
  6. for details about the copyright.
  7. Headers for i386 specific functions on FreeBSD
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY;without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. }
  12. {**************************
  13. Port IO functions
  14. ***************************}
  15. Function IOperm (From,Num : Cardinal; Value : Longint) : boolean;
  16. {$ifndef BSD}
  17. Function IoPL(Level : longint) : Boolean;
  18. {$endif}