/*
* import.c -- a module using a symbol from export.c
*
* Tested with 2.0 on the x86, Sparc
*********/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
/*
/*
* import.c -- a module using a symbol from export.c (v2.1)
*
* Tested with 2.1.43 on the x86 (novers)
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
/*
* import.c -- a module using a symbol from export.c
*
* Tested with 2.0 on the x86, Sparc
*********/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
/*
; macroinstructions for making import section
macro library [label,string]
{ forward
local _label
dd 0,0,0,RVA _label,RVA label
common
dd 0,0,0,0,0
forward
_label db
/*
* import.c -- a module using a symbol from export.c (v2.1)
*
* Tested with 2.1.43 on the x86 (novers)
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif