Commit d2175eb2 authored by Adam Wujek's avatar Adam Wujek

ppsi: update after size optimizations for WRPC

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent de4185e6
Pipeline #1031 failed with stage
in 34 seconds
......@@ -33,4 +33,9 @@ unsigned int bitCount (unsigned int value);
/* Convert bitmask of ports from notation used by RTU (lowest port on lowest bit)
* to notation used by SNMP (lowrst port, most significant bit) */
void convert_portmask_to_snmp_bitmask(int nports, uint32_t port_mask, char *bitmask, size_t *snmp_bitmask_len);
char *format_hex(char *s, const unsigned char *mac, int cnt);
char *format_hex8(char *s, const unsigned char *mac);
char *format_mac(char *s, const unsigned char *mac);
#endif /* __LIBWR_HW_UTIL_H */
Subproject commit 3d815ee0fba517175db3f3e21c6e6f4151865341
Subproject commit 643e153d5d31efc0f7df14d3ba35a045e061e6c1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment