Linux Kernel
3.7.1
|
#include <linux/if_ether.h>
#include <linux/list.h>
#include <linux/timer.h>
#include <linux/workqueue.h>
Go to the source code of this file.
Data Structures | |
struct | dsa_chip_data |
struct | dsa_platform_data |
struct | dsa_switch_tree |
struct | dsa_switch |
struct | dsa_switch_driver |
Macros | |
#define | DSA_MAX_SWITCHES 4 |
#define | DSA_MAX_PORTS 12 |
Functions | |
void | register_switch_driver (struct dsa_switch_driver *type) |
void | unregister_switch_driver (struct dsa_switch_driver *type) |
void register_switch_driver | ( | struct dsa_switch_driver * | type | ) |
void unregister_switch_driver | ( | struct dsa_switch_driver * | type | ) |