home *** CD-ROM | disk | FTP | other *** search
- /* $Id: defs.h,v 1.2 1993/06/11 16:29:21 Rhialto Exp $
- * $Log: defs.h,v $
- * Revision 1.2 1993/06/11 16:29:21 Rhialto
- * First real RCS checkin
- *
- */
-
- /*
- * DEFS.H
- */
-
- #include <exec/types.h>
- #include <exec/nodes.h>
- #include <exec/lists.h>
- #include <exec/memory.h>
- #include <devices/printer.h>
- #include <devices/prtbase.h>
- #include <devices/prtgfx.h>
-
- #include <clib/exec_protos.h>
-
- #define Prototype extern
-
- typedef struct PrtInfo PrtInfo;
- typedef struct PrinterData PrinterData;
- typedef struct PrinterExtendedData PrinterExtendedData;
-
- #ifdef DEBUG
- # include "syslog.h"
- #else
- # define debug(x) /* empty */
- #endif
-