mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 06:32:11 -05: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
|