ONLP
Open Network Linux Platform APIs
|
Module OID Platform Implementation. More...
#include <onlp/module.h>
Go to the source code of this file.
Functions | |
int | onlp_modulei_sw_init (void) |
Software initialization of the Module module. | |
int | onlp_modulei_hw_init (uint32_t flags) |
Hardware initialization of the Module module. More... | |
int | onlp_modulei_sw_denit (void) |
Deinitialize the module software module. More... | |
int | onlp_modulei_hdr_get (onlp_oid_id_t id, onlp_oid_hdr_t *rv) |
Retrieve the module's oid header. More... | |
int | onlp_modulei_info_get (onlp_oid_id_t id, onlp_module_info_t *rv) |
Get the information for the given module OID. More... | |
Module OID Platform Implementation.