10 #ifndef FCF_DEVMGR_DEVICE_IODEV_HW_ERRORS_HPP
11 #define FCF_DEVMGR_DEVICE_IODEV_HW_ERRORS_HPP
14 #include <unordered_map>
28 const std::unordered_map<short, std::string>
hw_errors = {
@ HW_ERR_DISABLE_FAILURE
Definition: iodevHwErrors.hpp:25
@ HW_ERR_INCONSISTENT
Definition: iodevHwErrors.hpp:22
@ HW_SUCCESS
Definition: iodevHwErrors.hpp:19
@ HW_ERR_HW_NOT_OP
Definition: iodevHwErrors.hpp:20
@ HW_ERR_WRONG_CMD
Definition: iodevHwErrors.hpp:21
@ HW_ERR_ENABLE_FAILURE
Definition: iodevHwErrors.hpp:24
@ HW_ERR_INIT_FAILURE
Definition: iodevHwErrors.hpp:23
const std::unordered_map< short, std::string > hw_errors
Definition: iodevHwErrors.hpp:28