mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-13 15:34:48 +01:00
5 lines
242 B
C
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); |