From: wentasah Date: Tue, 27 Apr 2004 17:34:39 +0000 (+0000) Subject: Definition of VME support symbol was moved here from can_sysdep.h X-Git-Tag: CLT_COMM_CAN-lincan-0_2_2~5 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/commitdiff_plain/ce073e28de97760024a221efb3dcd799a0b98969 Definition of VME support symbol was moved here from can_sysdep.h --- diff --git a/lincan/include/main.h b/lincan/include/main.h index 506e262..2893ef7 100644 --- a/lincan/include/main.h +++ b/lincan/include/main.h @@ -13,6 +13,10 @@ #include "./can_queue.h" #include "lincan_config.h" +#ifdef CONFIG_OC_LINCANVME +#define CAN_ENABLE_VME_SUPPORT +#endif + #ifdef CAN_DEBUG #define DEBUGMSG(fmt,args...) can_printk(KERN_ERR "can.o (debug): " fmt,\ ##args)