2071a3e94a
Driver should not call fmc_sdb_dump() anymore. (actually they can but the operation is not supported, so it will print an error message) Signed-off-by: Federico Vaga <federico.vaga@cern.ch> Tested-by: Pat Riehecky <riehecky@fnal.gov> Acked-by: Alessandro Rubini <rubini@gnudd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10 lines
274 B
C
10 lines
274 B
C
/*
|
|
* 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);
|