/* * Copyright (C) 1997-2000 SpellCaster Telecommunications Inc. * $Id: bab_module.h,v 1.2 2004/08/24 01:46:14 bcrl Exp $ * Released under the GNU Public License. See LICENSE file for details. */ #include #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) #define __KERNEL__ #define MODULE #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #include #endif #ifdef CONFIG_SMP #define __SMP__ #endif