x86h.inc 829 B

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