diff --git a/include/driver.h b/include/driver.h index ae3e777..ee0749d 100644 --- a/include/driver.h +++ b/include/driver.h @@ -69,12 +69,11 @@ * something like eth0 or nor0. */ int id; - /*! FIXME */ - unsigned long size; + resource_size_t size; /*! For devices which are directly mapped into memory, i.e. NOR * Flash or SDRAM. */ - unsigned long map_base; + resource_size_t map_base; void *platform_data; /*! board specific information about this device */