1371ebdbeSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
23baad68aSGreg Kroah-Hartman /* Copyright (c) 2010-2012 Broadcom. All rights reserved. */
371bad7f0Spopcornmix 
471bad7f0Spopcornmix #ifndef VCHIQ_CONNECTED_H
571bad7f0Spopcornmix #define VCHIQ_CONNECTED_H
671bad7f0Spopcornmix 
7*e4c1935eSOjaswin Mujoo void vchiq_add_connected_callback(void (*callback)(void));
871bad7f0Spopcornmix void vchiq_call_connected_callbacks(void);
971bad7f0Spopcornmix 
1071bad7f0Spopcornmix #endif /* VCHIQ_CONNECTED_H */
11