Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
op-state-get.c File Reference
#include <net/wimax.h>
#include <net/genetlink.h>
#include <linux/wimax.h>
#include <linux/security.h>
#include "wimax-internal.h"
#include "debug-levels.h"

Go to the source code of this file.

Macros

#define D_SUBMODULE   op_state_get
 

Variables

struct genl_ops wimax_gnl_state_get
 

Macro Definition Documentation

#define D_SUBMODULE   op_state_get

Definition at line 32 of file op-state-get.c.

Variable Documentation

struct genl_ops wimax_gnl_state_get
Initial value:
= {
.flags = GENL_ADMIN_PERM,
.policy = wimax_gnl_state_get_policy,
.doit = wimax_gnl_doit_state_get,
.dumpit = NULL,
}

Definition at line 77 of file op-state-get.c.