summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/PCI/Express.h
blob: 0f26634df6922b9117901118cdf8fe6fa6ac08a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-License-Identifier: Apache-2.0
// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/ne-foss-org/nekernel
#ifndef KERNELKIT_EXPRESS_H
#define KERNELKIT_EXPRESS_H

#include <KernelKit/PCI/PCI.h>
#include <NeKit/Config.h>

#define PCI_EXPRESS_BUS_COUNT (4096)

#endif