Files
lk/dev/bus/pci/pci_priv.h
Travis Geiselbrecht 72112c0676 [pci] little bit of code cleanup in the pci bus driver
Mostly just suggestions by clang-tidy. No functional change.
2025-09-23 23:16:55 -07:00

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"