MOS Source Code
Loading...
Searching...
No Matches
ap.cpp
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-3.0-or-later
2
4
5#include <mos/types.h>
6
8{
9 mInfo << "AP " << id << " started";
10}
void platform_ap_entry(u64 id)
Definition ap.cpp:7
constexpr auto mInfo
Definition syslog.hpp:152
unsigned long long u64
Definition types.h:19