📄 compat.h
字号:
/* * $Id: compat.h,v 1.1.1.1 1999/11/15 13:42:17 vadim Exp $ * * Headerfile for Compartibility between different kernel versions * * (c) Copyright 1996 by Carsten Paeth (calle@calle.in-berlin.de) * * $Log: compat.h,v $ * Revision 1.1.1.1 1999/11/15 13:42:17 vadim * Initial import * * 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__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -