1 /* 2 * Copyright (c) 2009 Corey Tabaka 3 * Copyright (c) 2020 Travis Geiseblrecht 4 * 5 * Use of this source code is governed by a MIT-style 6 * license that can be found in the LICENSE file or at 7 * https://opensource.org/licenses/MIT 8 */ 9 #pragma once 10 11 #include <inttypes.h> 12 #include <lk/compiler.h> 13 #include <dev/bus/pci.h> 14 15 #include "bios32.h" 16 #include "ecam.h" 17 #include "type1.h" 18 19 20