Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
module Struct Reference

#include <modpost.h>

Data Fields

struct modulenext
 
const charname
 
int gpl_compatible
 
struct symbolunres
 
int seen
 
int skip
 
int has_init
 
int has_cleanup
 
struct buffer dev_table_buf
 
char srcversion [25]
 
int is_dot_o
 

Detailed Description

Definition at line 105 of file modpost.h.

Field Documentation

struct buffer dev_table_buf

Definition at line 114 of file modpost.h.

int gpl_compatible

Definition at line 108 of file modpost.h.

int has_cleanup

Definition at line 113 of file modpost.h.

int has_init

Definition at line 112 of file modpost.h.

int is_dot_o

Definition at line 116 of file modpost.h.

const char* name

Definition at line 107 of file modpost.h.

struct module* next

Definition at line 106 of file modpost.h.

int seen

Definition at line 110 of file modpost.h.

int skip

Definition at line 111 of file modpost.h.

char srcversion[25]

Definition at line 115 of file modpost.h.

struct symbol* unres

Definition at line 109 of file modpost.h.


The documentation for this struct was generated from the following file: