home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / Dev32 / lxGDTSel.h < prev    next >
C/C++ Source or Header  |  2002-04-26  |  367b  |  21 lines

  1. /* $Id: lxGDTSel.h,v 1.2 2002/04/26 23:08:54 smilcke Exp $ */
  2.  
  3. /*
  4.  * gdtsel.h
  5.  * Autor:               Stefan Milcke
  6.  * Erstellt am:         05.11.2001
  7.  * Letzte Aenderung am: 07.11.2001
  8.  *
  9. */
  10.  
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14.  
  15. unsigned short allocGDTSelector(void);
  16. int freeGDTSelector(unsigned short selector);
  17.  
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21.