blob: b04fc49004401f275480a3cf3d9a7622d1becdd6 [file] [log] [blame]
/* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models
*
* Copyright (c) 2018 Vikrant More
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _COMMON_H
#define _COMMON_H
void update_led_gpio(void);
void update_light_state(void);
void update_vnd_led_gpio(void);
#endif