blob: 1a19e9d810fd95ae1adf6e8c65a8563ddf450019 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// 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
|