Karg v0.2.0
The kernel of CargOS
Loading...
Searching...
No Matches
module.h
Go to the documentation of this file.
1#pragma once
2
3#include <utils/compiler.h>
4
5#define MODULE_NAME(name) used static const char *const _MODULE_NAME = name