Displaying 1 result from an estimated 1 matches for "bcmxcp_status_t".
2012 Feb 19
0
[nut-commits] svn commit r3448 - trunk/drivers (extern variables)
...3:19:02 2012 (r3448)
> @@ -186,6 +186,15 @@
> };
>
>
> +/* allocate storage for shared variables (extern in bcmxcp.h) */
> +BCMXCP_METER_MAP_ENTRY_t
> + bcmxcp_meter_map[BCMXCP_METER_MAP_MAX];
> +BCMXCP_ALARM_MAP_ENTRY_t
> + bcmxcp_alarm_map[BCMXCP_ALARM_MAP_MAX];
> +BCMXCP_STATUS_t
> + bcmxcp_status;
> +
> +
> /* get_word function from nut driver metasys.c */
> int get_word(const unsigned char *buffer) /* return an integer reading a word in the supplied buffer */
> {
>
> Modified: trunk/drivers/bcmxcp.h
> ===========================================...