![]() |
MOS Source Code
|
#include "mos/mm/mm.hpp"
#include <mos/io/io.hpp>
#include <mos/io/io_types.h>
#include <mos/mm/mm_types.h>
#include <mos/mos_global.h>
#include <mos/syslog/printk.hpp>
#include <mos_stdio.hpp>
Go to the source code of this file.
Classes | |
struct | NullIO |
Variables | |
static NullIO | io_null_impl |
IO *const | io_null = &io_null_impl |
IO* const io_null = &io_null_impl |
Definition at line 33 of file io.cpp.
Referenced by process_new().