diff options
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index d5d2e8d946..79402e2111 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -40,7 +40,7 @@ struct bus { }; #define MAX_RESOURCES 12 -#define MAX_LINKS 3 +#define MAX_LINKS 4 /* * There is one device structure for each slot-number/function-number * combination: |