/*************************************************************************** * * Copyright (c) 1997, 1998 Timpanogas Research Group, Inc. All Rights * Reserved. * * This program is an unpublished work of TRG, Inc. and contains * trade secrets and other proprietary information. Unauthorized * use, copying, disclosure, or distribution of this file without the * consent of TRG, Inc. can subject the offender to severe criminal * and/or civil penalities. * * * AUTHOR : Jeff V. Merkey * FILE : TYPES.H * DESCRIP : BUS specific defines for MANOS v1.0 * DATE : January 11, 1998 * * ***************************************************************************/ #include "types.h" #define ISA 0x01 #define MCA 0x02 #define PS2 0x04 #define EISA 0x08 #define PCI 0x10 #define PCMCIA 0x20