X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fpcmcia%2Fss.h;h=9a3b4986517324cf50d98db5cfdb169b32ff3711;hb=d093d70a81b08673d1577ad73419998f02be9d29;hp=9b4ac9385f5d094a07dcaae9daad1c04b6bfb2bd;hpb=d1b5726358ccebcf614fc9f97cdf3354178dcb80;p=mv-sheeva.git diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h index 9b4ac9385f5..9a3b4986517 100644 --- a/include/pcmcia/ss.h +++ b/include/pcmcia/ss.h @@ -90,14 +90,14 @@ typedef struct pccard_io_map { u_char map; u_char flags; u_short speed; - u_int start, stop; + phys_addr_t start, stop; } pccard_io_map; typedef struct pccard_mem_map { u_char map; u_char flags; u_short speed; - u_long static_start; + phys_addr_t static_start; u_int card_start; struct resource *res; } pccard_mem_map;