/* * Copyright (C) 2019 iopsys Software Solutions AB * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 2.1 * as published by the Free Software Foundation * * Author: Imen Bhiri * Author: Feten Besbes * Author: Anis Ellouze */ #ifndef __DEVICE_INFO_H #define __DEVICE_INFO_H #include "libbbfdm-api/dmcommon.h" extern DMLEAF tDeviceInfoParams[]; extern DMLEAF tDeviceInfoVendorConfigFileParams[]; extern DMLEAF tDeviceInfoMemoryStatusParams[]; extern DMOBJ tDeviceInfoProcessStatusObj[]; extern DMLEAF tDeviceInfoProcessStatusParams[]; extern DMOBJ tDeviceInfoObj[]; extern DMLEAF tDeviceInfoProcessStatusProcessParams[]; extern DMLEAF tDeviceInfoProcessorParams[]; extern DMLEAF tDeviceInfoSupportedDataModelParams[]; extern DMLEAF tDeviceInfoFirmwareImageParams[]; extern DMOBJ tDeviceInfoRebootsObj[]; extern DMLEAF tDeviceInfoRebootsParams[]; extern DMLEAF tDeviceInfoRebootsRebootParams[]; void _exec_reboot(const void *arg1, void *arg2); #endif