Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/netdevice.h>
#include <linux/if_team.h>
Go to the source code of this file.
Functions | |
module_init (bc_init_module) | |
module_exit (bc_cleanup_module) | |
MODULE_LICENSE ("GPL v2") | |
MODULE_AUTHOR ("Jiri Pirko <[email protected]>") | |
MODULE_DESCRIPTION ("Broadcast mode for team") | |
MODULE_ALIAS ("team-mode-broadcast") | |
MODULE_ALIAS | ( | "team-mode-broadcast" | ) |
MODULE_AUTHOR | ( | "Jiri Pirko <[email protected]>" | ) |
module_exit | ( | bc_cleanup_module | ) |
module_init | ( | bc_init_module | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |