home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (C) 1995,1996 CW Sandmann (sandmann@clio.rice.edu) 1206 Braelinn, Sugarland, TX 77479
- * xms.h - parts copied from Kent Williams william@umaxc.weeg.uiowa.edu */
-
- int xms_installed(void);
- int xms_local_enable_a20(void);
- int xms_local_disable_a20(void);
- int xms_query_extended_memory(void); /* Returns largest free block */
- int xms_emb_allocate(word16 size);
- int xms_emb_free(int16 handle);
-
- /*returns 32 bit linear address of emb specified by handle, 0 otherwise. */
- word32 xms_lock_emb(int16 handle);
- int xms_unlock_emb(int16 handle);
-