Files
slsDetectorPackage/slsDetectorServers/slsDetectorServer/include/XILINX_FMC.h
Dhanya Thattil 66f9664bc4
Some checks failed
Build on RHEL9 / build (push) Failing after 31s
Build on RHEL8 / build (push) Successful in 4m58s
fprintf should return 2 including terminating character as well. formatting.
2026-01-06 09:53:55 +01:00

5 lines
242 B
C

// SPDX-License-Identifier: LGPL-3.0-or-other
// Copyright (C) 2021 Contributors to the SLS Detector Package
int XILINX_FMC_enable_all(char *error_message, int message_size);
int XILINX_FMC_disable_all(char *error_message, int message_size);