17 lines
385 B
C
17 lines
385 B
C
/*
|
|
* Copyright (c) 2009 Corey Tabaka
|
|
* Copyright (c) 2020 Travis Geiseblrecht
|
|
*
|
|
* Use of this source code is governed by a MIT-style
|
|
* license that can be found in the LICENSE file or at
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
#pragma once
|
|
|
|
#include <dev/bus/pci.h>
|
|
#include "backend/bios32.h"
|
|
#include "backend/ecam.h"
|
|
#include "backend/type1.h"
|
|
#include "bus_mgr/bus_mgr.h"
|
|
|