xref: /haiku/src/system/boot/platform/openfirmware/cpu.cpp (revision 04d1d2da0b27294f0f1e623071df310a0820d4b6)
1 /*
2  * Copyright 2020, Jérôme Duval, jerome.duval@gmail.com. All rights reserved.
3  * Distributed under the terms of the MIT License.
4 */
5 
6 
7 #include <boot/platform.h>
8 
9 
10 extern "C" void
11 platform_load_ucode(BootVolume& volume)
12 {
13 }
14 
15