cregit-Linux how code gets into the kernel

Release 4.14 arch/um/drivers/vde.h

Directory: arch/um/drivers
/*
 * Copyright (C) 2007 Luca Bigliardi (shammash@artha.org).
 * Licensed under the GPL.
 */

#ifndef __UM_VDE_H__

#define __UM_VDE_H__


struct vde_data {
	
char *vde_switch;
	
char *descr;
	
void *args;
	
void *conn;
	
void *dev;
};


struct vde_init {
	
char *vde_switch;
	
char *descr;
	
int port;
	
char *group;
	
int mode;
};

extern const struct net_user_info vde_user_info;

extern void vde_init_libstuff(struct vde_data *vpri, struct vde_init *init);

extern int vde_user_read(void *conn, void *buf, int len);
extern int vde_user_write(void *conn, void *buf, int len);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike110100.00%1100.00%
Total110100.00%1100.00%
Directory: arch/um/drivers
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.