Motr  M0
m0tr_main.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/version.h>
#include "lib/list.h"
#include "lib/thread.h"
#include "lib/linux_kernel/aarch64_cycle_counter.h"
#include "motr/init.h"
#include "motr/version.h"
#include "motr/linux_kernel/module.h"
#include "module/instance.h"
Include dependency graph for m0tr_main.c:

Go to the source code of this file.

Functions

M0_INTERNAL int __init motr_init (void)
 
M0_INTERNAL void __exit motr_exit (void)
 
 module_init (motr_init)
 
 module_exit (motr_exit)
 
 MODULE_LICENSE ()
 

Function Documentation

◆ module_exit()

module_exit ( motr_exit  )

◆ module_init()

module_init ( motr_init  )

◆ MODULE_LICENSE()

MODULE_LICENSE ( )

◆ motr_exit()

M0_INTERNAL void __exit motr_exit ( void  )

Definition at line 55 of file m0tr_main.c.

Here is the call graph for this function:

◆ motr_init()

M0_INTERNAL int __init motr_init ( void  )

Definition at line 36 of file m0tr_main.c.

Here is the call graph for this function: