int r, proc_nr;
message mess;
- int s, p;
/* Get a DMA buffer. */
init_buffer();
*/
static iovec_t iovec[NR_IOREQS];
iovec_t *iov;
- phys_bytes iovec_phys, user_iovec_phys;
phys_bytes iovec_size;
unsigned nr_req;
int r;
PUBLIC int nop_cancel(struct driver *dr, message *m)
{
/* Nothing to do for cancel. */
+ return(OK);
}
/*===========================================================================*
PUBLIC int nop_select(struct driver *dr, message *m)
{
/* Nothing to do for select. */
+ return(OK);
}
/*============================================================================*
{
/* Carry out a partition setting/getting request. */
struct device *dv;
- phys_bytes user_phys, entry_phys;
struct partition entry;
int s;