cregit-Linux how code gets into the kernel

Release 4.14 arch/um/drivers/daemon.h

Directory: arch/um/drivers
/*
 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
 * Licensed under the GPL
 */

#ifndef __DAEMON_H__

#define __DAEMON_H__

#include <net_user.h>


#define SWITCH_VERSION 3


struct daemon_data {
	
char *sock_type;
	
char *ctl_sock;
	
void *ctl_addr;
	
void *data_addr;
	
void *local_addr;
	
int fd;
	
int control;
	
void *dev;
};

extern const struct net_user_info daemon_user_info;

extern int daemon_user_write(int fd, void *buf, int len,
			     struct daemon_data *pri);

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike7698.70%375.00%
Al Viro11.30%125.00%
Total77100.00%4100.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.