Messages in this thread |  | | Subject | Re: [PATCH 1/6] GenWQE PCI support, health monitoring and recovery | From | Frank Haverkamp <> | Date | Wed, 04 Dec 2013 11:02:27 +0100 |
| |
Hi,
Am Dienstag, den 03.12.2013, 15:28 +0100 schrieb Frank Haverkamp: > + */ > +struct genwqe_mem { > + unsigned long addr; > + unsigned long size; > + int direction; > +}; > + > +#define GENWQE_PIN_MEM _IOWR(GENWQE_IOC_CODE, 40, struct > genwqe_mem *) > +#define GENWQE_UNPIN_MEM _IOWR(GENWQE_IOC_CODE, 41, struct > genwqe_mem *) > +
Before someone comments on the unsigned long and the 32/64 bit issues with it. I need to fix that.
Frank
|  |