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 "backend/bios32.h"
16 #include "backend/ecam.h"
17 #include "backend/type1.h"
18 
19 #include "bus_mgr/bus_mgr.h"
20 
21