/*
* import.c -- a module using a symbol from export.c
*
* Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet
* Copyright (C) 2001 O'Reilly & Associates
*
* The source code in this file ca
/*
* import.c -- a module using a symbol from export.c
*
*********/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
/*
* Use versioning if needed
*/
#inclu
//==============================================================================
//===
//=== Import (adapted class from druid project http://druid.sf.net)
//===
//=== Copyright (C) by Andrea Carbo
//==============================================================================
//===
//=== Import (adapted class from druid project http://druid.sf.net)
//===
//=== Copyright (C) by Andrea Carbo