Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.18-rc2 9 lines 274 B view raw
1/* 2 * Copyright (C) 2015 CERN (www.cern.ch) 3 * Author: Federico Vaga <federico.vaga@cern.ch> 4 * 5 * Released according to the GNU GPL, version 2 or any later version. 6 */ 7 8extern int fmc_debug_init(struct fmc_device *fmc); 9extern void fmc_debug_exit(struct fmc_device *fmc);