mkernel
0.0.1
Micro-kernel framework, everything as a module
mkmod.h
Go to the documentation of this file.
1
18
#ifndef __MKMOD_H__
19
#define __MKMOD_H__
20
21
# include <stddef.h>
/* NULL */
22
23
typedef
struct
mkmod_api_s
{
24
void (*
mkmod_function
)();
25
}
mkmod_api_t
;
26
27
#endif
/* __MKMOD_H__ */
mkmod_api_t
struct mkmod_api_s mkmod_api_t
mkmod_api_s
Definition:
mkmod.h:23
mkmod_api_s::mkmod_function
void(* mkmod_function)()
Definition:
mkmod.h:24
src
mkmod.h
Generated by
1.9.4