MOS Source Code
|
#include "mos/assert.h"
#include <mos/interrupt/ipi.h>
#include <mos/platform/platform.h>
#include <mos/syslog/printk.h>
#include <mos/types.h>
Go to the source code of this file.
Macros | |
#define | STUB_FUNCTION(func, ...) |
#define | STUB_FUNCTION_UNREACHABLE(func, ...) |
Functions | |
void | ipi_send (u8 __maybe_unused target, ipi_type_t __maybe_unused type) |
void | ipi_send_all (ipi_type_t __maybe_unused type) |
void | ipi_init () |
void | ipi_do_handle (ipi_type_t __maybe_unused type) |
#define STUB_FUNCTION | ( | func, | |
... ) |
#define STUB_FUNCTION_UNREACHABLE | ( | func, | |
... ) |
void ipi_send | ( | u8 __maybe_unused | target, |
ipi_type_t __maybe_unused | type ) |
void ipi_send_all | ( | ipi_type_t __maybe_unused | type | ) |
void ipi_do_handle | ( | ipi_type_t __maybe_unused | type | ) |