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
10extern "C" void
11platform_load_ucode(BootVolume& volume)
12{
13}
14
15