#endif
}
-EXPORT_NO_SYMBOLS;
-
module_init(br_init)
module_exit(br_deinit)
MODULE_LICENSE("GPL");
#ifdef MODULE
-EXPORT_NO_SYMBOLS;
MODULE_DESCRIPTION("The Linux DECnet Network Protocol");
MODULE_AUTHOR("Linux DECnet Project Team");
MODULE_LICENSE("GPL");
/* Theoretically, we could one day use 2.4 helpers, but for now it
just confuses depmod --RR */
-EXPORT_NO_SYMBOLS;
static struct firewall_ops *fwops;
#include <linux/netfilter_ipv4/ipt_ah.h>
#include <linux/netfilter_ipv4/ip_tables.h>
-EXPORT_NO_SYMBOLS;
MODULE_LICENSE("GPL");
#ifdef DEBUG_CONNTRACK
#include <linux/netfilter_ipv4/ipt_esp.h>
#include <linux/netfilter_ipv4/ip_tables.h>
-EXPORT_NO_SYMBOLS;
MODULE_LICENSE("GPL");
#ifdef DEBUG_CONNTRACK
module_init(nr_proto_init);
-EXPORT_NO_SYMBOLS;
-
MODULE_PARM(nr_ndevs, "i");
MODULE_PARM_DESC(nr_ndevs, "number of NET/ROM devices");
}
module_init(rose_proto_init);
-EXPORT_NO_SYMBOLS;
-
MODULE_PARM(rose_ndevs, "i");
MODULE_PARM_DESC(rose_ndevs, "number of ROSE devices");
-EXPORT_NO_SYMBOLS;
-
MODULE_AUTHOR("Jonathan Naylor <g4klx@g4klx.demon.co.uk>");
MODULE_DESCRIPTION("The X.25 Packet Layer network layer protocol");
MODULE_LICENSE("GPL");