root/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_connected.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
   2 /* Copyright (c) 2010-2012 Broadcom. All rights reserved. */
   3 
   4 #ifndef VCHIQ_CONNECTED_H
   5 #define VCHIQ_CONNECTED_H
   6 
   7 /* ---- Include Files ----------------------------------------------------- */
   8 
   9 /* ---- Constants and Types ---------------------------------------------- */
  10 
  11 typedef void (*VCHIQ_CONNECTED_CALLBACK_T)(void);
  12 
  13 /* ---- Variable Externs ------------------------------------------------- */
  14 
  15 /* ---- Function Prototypes ---------------------------------------------- */
  16 
  17 void vchiq_add_connected_callback(VCHIQ_CONNECTED_CALLBACK_T callback);
  18 void vchiq_call_connected_callbacks(void);
  19 
  20 #endif /* VCHIQ_CONNECTED_H */

/* [<][>][^][v][top][bottom][index][help] */