cregit-Linux how code gets into the kernel

Release 4.7 arch/um/drivers/ubd.h

Directory: arch/um/drivers
/* 
 * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
 * Copyright (C) 2001 RidgeRun, Inc (glonnon@ridgerun.com)
 * Licensed under the GPL
 */

#ifndef __UM_UBD_USER_H

#define __UM_UBD_USER_H

extern int start_io_thread(unsigned long sp, int *fds_out);
extern int io_thread(void *arg);
extern int kernel_fd;

#endif


Overall Contributors

PersonTokensPropCommitsCommitProp
jeff dikejeff dike3085.71%150.00%
paolo giarrussopaolo giarrusso514.29%150.00%
Total35100.00%2100.00%
Directory: arch/um/drivers
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}