;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; 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 FILE_HANDLE = 03AB6h PROCESS_HANDLE = 043AFh SERIAL_HANDLE = 05A45h ENV_HANDLE = 05FAEh RW_SECTION_HANDLE = 067AFh WAIT_HANDLE = 06AFEh USB_REQ_HANDLE = 06B8Eh SYSLOG_HANDLE = 0703Ah SECTION_HANDLE = 07A87h IPC_HANDLE = 07B5Ah TCP_LISTEN_HANDLE = 07FAEh TCP_SOCKET_HANDLE = 0847Fh FONT_HANDLE = 09AF4h DIR_HANDLE = 0A765h XMS_HANDLE = 0A560h SIGNAL_HANDLE = 0ADEFh PRINTER_HANDLE = 0B63Ah MEMMAP_HANDLE = 0BA54h FM_HANDLE = 0BCAFh MODULE_HANDLE = 0C3AFh AUDIO_OUT_HANDLE = 0CEDAh HID_HANDLE = 0D736h BITMAP_HANDLE = 0DB57h INI_HANDLE = 0EAF3h USB_PIPE_HANDLE = 0FA3Eh handle_header STRUC hh_sign DW ? hh_handle DW ? handle_header ENDS