blob: 76cb1657b32e4079cb9e53e7f482cf30f57c98b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/nekernel-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
|