staging: vchiq: Export vchiq_msg_queue_push
[linux-2.6-microblaze.git] / drivers / staging / vc04_services / interface / vchi / vchi_common.h
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /* Copyright (c) 2010-2012 Broadcom. All rights reserved. */
3
4 #ifndef VCHI_COMMON_H_
5 #define VCHI_COMMON_H_
6
7 //Callback used by all services / bulk transfers
8 typedef void (*vchi_callback)(void *callback_param, //my service local param
9                               enum vchiq_reason reason,
10                               void *handle); //for transmitting msg's only
11
12 #endif // VCHI_COMMON_H_