xref: /haiku/src/system/boot/platform/openfirmware/cpu.cpp (revision 1a3518cf757c2da8006753f83962da5935bbc82b)
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