Federico Vaga | 2071a3e | 2017-07-18 08:33:03 +0200 | [diff] [blame] | 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 | |||||
8 | extern int fmc_debug_init(struct fmc_device *fmc); | ||||
9 | extern void fmc_debug_exit(struct fmc_device *fmc); |