UbixOS  2.0
kmod.h File Reference
#include <sys/types.h>
Include dependency graph for kmod.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  kmod_struct
 

Macros

#define LD_START   0x1000000
 

Typedefs

typedef struct kmod_struct kmod_t
 

Functions

uInt32 kmod_add (const char *, const char *name)
 
uInt32 kmod_load (const char *)
 

Macro Definition Documentation

◆ LD_START

#define LD_START   0x1000000

Definition at line 34 of file kmod.h.

Typedef Documentation

◆ kmod_t

typedef struct kmod_struct kmod_t

Function Documentation

◆ kmod_add()

uInt32 kmod_add ( const char *  ,
const char *  name 
)

Definition at line 45 of file kmod.c.

References CreateItem(), _item_t::data, InitializeList(), InsertItemAtFront(), kmalloc(), kmod_load(), kprintf(), List, and NULL.

Here is the call graph for this function:

◆ kmod_load()