diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-12 16:18:47 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-12 16:18:47 +0300 |
| commit | 62fc51338d7259c2ea39f38bd8c7d9552e9b2002 (patch) | |
| tree | 87eb670ed58b3ce0d5c0e2ad39f5c633d9e10e40 /common/main.c | |
| parent | 6c529c5c6c2d016d77b143171c5e27fbec0d2bfd (diff) | |
| download | kmi-62fc51338d7259c2ea39f38bd8c7d9552e9b2002.tar.gz kmi-62fc51338d7259c2ea39f38bd8c7d9552e9b2002.zip | |
doxygen shows no warnings
+ Does not mean documentation is done, but it's a nice little
achievement nonetheless.
Diffstat (limited to 'common/main.c')
| -rw-r--r-- | common/main.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/main.c b/common/main.c index fa5434c..fb5d26e 100644 --- a/common/main.c +++ b/common/main.c @@ -17,6 +17,15 @@ #include <arch/irq.h> #include <libfdt.h> +/** + * Boot entry of kernel actual. + * + * Sets up all kernel subsystems and jumps into \c init program, does not + * return. + * + * @param fdt Global FDT pointer. + * @return Should not. + */ void __main main(void *fdt) { /* dbg uses direct mapping at this point */ |
