#ifndef RESOURCES_MISC_H #define RESOURCES_MISC_H /* ** $Filename: resources/misc.h $ ** $Release: 2.04 Includes, V37.4 $ ** $Revision: 36.13 $ ** $Date: 90/05/06 $ ** ** Unit number definitions for "misc.resource" ** ** (C) Copyright 1985-1991 Commodore-Amiga, Inc. ** All Rights Reserved */ #ifndef EXEC_TYPES_H #include "exec/types.h" #endif #ifndef EXEC_LIBRARIES_H #include "exec/libraries.h" #endif #define MR_SERIALPORT 0 #define MR_SERIALBITS 1 #define MR_PARALLELPORT 2 #define MR_PARALLELBITS 3 #define MR_ALLOCMISCRESOURCE (LIB_BASE) #define MR_FREEMISCRESOURCE (LIB_BASE-LIB_VECTSIZE) #define MISCNAME "misc.resource" #endif