mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-10 14:34:13 +00:00
9 lines
208 B
Diff
9 lines
208 B
Diff
1683c1683
|
|
< #define IOPORT_RESOURCE_END 0xffffffff
|
|
---
|
|
> #define IOPORT_RESOURCE_END 0xfffffffffULL
|
|
1685c1685
|
|
< #define IOMEM_RESOURCE_END 0xffffffff
|
|
---
|
|
> #define IOMEM_RESOURCE_END 0xfffffffffULL
|