;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; RDOS operating system ; Copyright (C) 1988-2000, Leif Ekblad ; ; This program is free software; you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation; either version 2 of the License, or ; (at your option) any later version. The only exception to this rule ; is for commercial usage in embedded systems. For information on ; usage in commercial embedded systems, contact embedded@rdos.net ; ; This program is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; ; You should have received a copy of the GNU General Public License ; along with this program; if not, write to the Free Software ; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; ; The author of this program may be contacted at leif@rdos.net ; ; HANDLE.INC ; Handle definition ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ADC_HANDLE = 015FCh FM_INSTR_HANDLE = 017DEh DLL_HANDLE16 = 026CFh DLL_HANDLE32 = 026DFh SPRITE_HANDLE = 02CF5h CRC_HANDLE = 0367Ah BLOCK_HANDLE = 03865h USB_DEV_HANDLE = 04AFEh USB_EVENT_HANDLE = 04FAFh UDP_LISTEN_HANDLE = 05236h SERIAL_HANDLE = 05A45h VFS_CMD_HANDLE = 05C5Ah ENV_HANDLE = 05FAEh FUTEX_HANDLE = 0627Ah RW_SECTION_HANDLE = 067AFh WAIT_HANDLE = 06AFEh SYSLOG_HANDLE = 0703Ah SECTION_HANDLE = 07A87h IPC_HANDLE = 07B5Ah TCP_LISTEN_HANDLE = 07FAEh TCP_SOCKET_HANDLE = 0847Fh SSL_LISTEN_HANDLE = 087A4h CARDDEV_HANDLE = 08AEBh UDP_SOCKET_HANDLE = 0935Ah VFS_FILE_HANDLE = 095AAh FONT_HANDLE = 09AF4h DIR_HANDLE = 0A765h XMS_HANDLE = 0A560h REALTIME_HANDLE = 0ACDFh SIGNAL_HANDLE = 0ADEFh BIGNUM_HANDLE = 0AFAFh PRINTER_HANDLE = 0B63Ah MEMMAP_HANDLE = 0BA54h FM_HANDLE = 0BCAFh LON_HANDLE = 0CAF2h AUDIO_OUT_HANDLE = 0CEDAh HID_HANDLE = 0D736h BITMAP_HANDLE = 0DB57h SSL_SESS_HANDLE = 0E254h INI_HANDLE = 0EAF3h VFS_DIR_HANDLE = 0F67Ah SSL_CONN_HANDLE = 0F9ACh handle_header STRUC hh_sign DW ? hh_handle DW ? handle_header ENDS