refactoring
Some checks failed
Build on RHEL9 / build (push) Failing after 30s
Build on RHEL8 / build (push) Successful in 4m43s

This commit is contained in:
2026-01-05 17:51:54 +01:00
parent d95dff56e4
commit c154164eff
3 changed files with 36 additions and 18 deletions

View File

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