// SPDX-License-Identifier: LGPL-3.0-or-other // Copyright (C) 2021 Contributors to the SLS Detector Package #pragma once #include int resetFPGA(char *mess); int loadDeviceTree(char *mess, int *adcDeviceIndex, int *dacDeviceIndex); int checksBeforeCreatingDeviceTree(char *mess); int createDeviceTree(char *mess); int verifyDeviceTree(char *mess, int *adcDeviceIndex, int *dacDeviceIndex);