URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [drivers/] [isdn/] [avmb1/] [compat.h] - Rev 1782
Compare with Previous | Blame | View Log
/* * $Id: compat.h,v 1.1.1.1 2001-09-10 07:44:18 simons Exp $ * * Headerfile for Compartibility between different kernel versions * * (c) Copyright 1996 by Carsten Paeth (calle@calle.in-berlin.de) * * $Log: not supported by cvs2svn $ * Revision 1.1.1.1 2001/07/02 17:58:32 simons * Initial revision * * Revision 1.1.2.1 1998/10/25 14:36:22 fritz * Backported from MIPS (Cobalt). * * Revision 1.1 1997/03/04 21:50:36 calle * Frirst version in isdn4linux * * Revision 2.2 1997/02/12 09:31:39 calle * new version * * Revision 1.1 1997/01/31 10:32:20 calle * Initial revision * * */ #ifndef __COMPAT_H__ #define __COMPAT_H__ #include <linux/version.h> #include <asm/segment.h> #include <linux/isdnif.h> #if LINUX_VERSION_CODE >= 0x020112 /* 2.1.18 */ #define HAS_NEW_SYMTAB #endif #endif /* __COMPAT_H__ */