Files
lk/dev/bus/pci/pci_priv.h
2022-02-06 19:46:39 -08:00

21 lines
434 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 <inttypes.h>
#include <lk/compiler.h>
#include <dev/bus/pci.h>
#include "backend/bios32.h"
#include "backend/ecam.h"
#include "backend/type1.h"
#include "bus_mgr/bus_mgr.h"