Zigbee Protocol Controller 1.6.0
uic_component_fixtures.h
Go to the documentation of this file.
1/* # License
2 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
3 *
4 * The licensor of this software is Silicon Laboratories Inc. Your use of this
5 * software is governed by the terms of Silicon Labs Master Software License
6 * Agreement (MSLA) available at
7 * www.silabs.com/about-us/legal/master-software-license-agreement. This
8 * software is distributed to you in Source Code format and is governed by the
9 * sections of the MSLA applicable to Source Code.
10 */
11
12#ifndef UIC_COMPONENT_FIXTURES_H
13#define UIC_COMPONENT_FIXTURES_H
14
15#include <stdbool.h>
16#include "sl_status.h"
17
69
75typedef int (*uic_fixt_shutdown_t)(void);
76
77#endif
sl_status_t(* uic_fixt_setup_t)(void)
Definition: uic_component_fixtures.h:68
int(* uic_fixt_shutdown_t)(void)
Definition: uic_component_fixtures.h:75
uint32_t sl_status_t
Definition: sl_status.h:139
SL Status Codes.