You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
274 B
10 lines
274 B
8 years ago
|
/*
|
||
|
* Copyright (C) 2015 CERN (www.cern.ch)
|
||
|
* Author: Federico Vaga <federico.vaga@cern.ch>
|
||
|
*
|
||
|
* Released according to the GNU GPL, version 2 or any later version.
|
||
|
*/
|
||
|
|
||
|
extern int fmc_debug_init(struct fmc_device *fmc);
|
||
|
extern void fmc_debug_exit(struct fmc_device *fmc);
|