/* $Id: os2sel.h,v 1.4 1999-07-07 08:11:09 sandervl Exp $ */ /* * * Project Odin Software License can be found in LICENSE.TXT * */ #ifndef __OS2SEL_H__ #define __OS2SEL_H__ USHORT _System GetFS(); USHORT _System RestoreOS2FS(); void _System SetFS(USHORT selector); USHORT _System SetReturnFS(USHORT selector); #endif //__OS2SEL_H__