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