Motr  M0
module.h File Reference
#include <linux/version.h>
Include dependency graph for module.h:

Go to the source code of this file.

Macros

#define __MOTR_MOTR_LINUX_KERNEL_MODULE_H__
 
#define M0_MOTR_KO_BASE(module)   ((module)->core_layout.base)
 
#define M0_MOTR_KO_SIZE(module)   ((module)->core_layout.size)
 

Functions

M0_INTERNAL const struct module * m0_motr_ko_get_module (void)
 

Macro Definition Documentation

◆ __MOTR_MOTR_LINUX_KERNEL_MODULE_H__

#define __MOTR_MOTR_LINUX_KERNEL_MODULE_H__

Definition at line 26 of file module.h.

◆ M0_MOTR_KO_BASE

#define M0_MOTR_KO_BASE (   module)    ((module)->core_layout.base)

Definition at line 33 of file module.h.

◆ M0_MOTR_KO_SIZE

#define M0_MOTR_KO_SIZE (   module)    ((module)->core_layout.size)

Definition at line 34 of file module.h.

Function Documentation

◆ m0_motr_ko_get_module()

M0_INTERNAL const struct module* m0_motr_ko_get_module ( void  )

Definition at line 28 of file module.c.

Here is the caller graph for this function: