1 #ifndef __ONLP_PLATFORMI_COMMON_H__ 2 #define __ONLP_PLATFORMI_COMMON_H__ 19 #include <onlplib/i2c.h> 20 #include <onlplib/file.h> 21 #include <onlplib/mmap.h> 30 #define ONLP_OID_INFO_ASSIGN(_id, _array, _ptr) \ 32 if(_id <= 0 || _id >= AIM_ARRAYSIZE(_array)) { \ 33 AIM_LOG_ERROR("size=%d id=%d", AIM_ARRAYSIZE(_array), _id); \ 34 return ONLP_STATUS_E_PARAM; \ 36 (*_ptr) = _array[_id]; \
SFP Platform Implementation Interface. This interface must be implemented and available for all platf...
Platform Management Interface.
Chassis Platform Interface.
Power Supply Management Implementation.
Fan Platform Implementation.
Thermal Sensor Platform Implementation.