xref: /haiku/src/system/boot/platform/openfirmware/cpu.cpp (revision 39a7a69b07164907ed3f706b722ef03141543d00)
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
platform_load_ucode(BootVolume & volume)11 platform_load_ucode(BootVolume& volume)
12 {
13 }
14 
15